Package | Description |
---|---|
fr.dyade.aaa.agent | |
fr.dyade.aaa.common.net | |
fr.dyade.aaa.jndi2.client |
Modifier and Type | Field and Description |
---|---|
(package private) SocketFactory |
StreamNetwork.socketFactory
Allows to define a specific factory for Socket in order to by-pass
compatibility problem between JDK version.
|
Modifier and Type | Class and Description |
---|---|
class |
SocketFactory13
This class implements the SocketFactory interface for JDK prior to 1.4.
|
class |
SocketFactory14
This class implements the SocketFactory interface for JDK since 1.4.
|
Modifier and Type | Field and Description |
---|---|
(package private) static SocketFactory |
SocketFactory14.factory
The SocketFactory singleton for this class.
|
(package private) static SocketFactory |
SocketFactory13.factory
The SocketFactory singleton for this class.
|
private static SocketFactory |
SocketFactory.factory |
Modifier and Type | Method and Description |
---|---|
static SocketFactory |
SocketFactory.getDefaultFactory()
Returns the SocketFactory singleton for the specified default class.
|
static SocketFactory |
SocketFactory14.getFactory()
Returns the SocketFactory singleton for this class.
|
static SocketFactory |
SocketFactory13.getFactory()
Returns the SocketFactory singleton for this class.
|
static SocketFactory |
SocketFactory.getFactory(String sfcn)
Returns the SocketFactory singleton for the specified class.
|
static SocketFactory |
SocketFactory.getSocketFactory()
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
(package private) SocketFactory |
SimpleNamingConnection.socketFactory
Allows to define a specific factory for socket in order to by-pass
compatibility problem between JDK version.
|
Copyright © 2018 ScalAgent D.T.. All Rights Reserved.