|
Configuration Platform SDK 7.6 API Reference | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Endpoint | |
com.genesyslab.platform.commons.protocol | Contains classes that support the Protocol objects
used by applications developed with the Platform SDKs. |
com.genesyslab.platform.configuration.protocol | This package contains the Protocol classes that your applications
can use to set up communication with Configuration Server. |
Uses of Endpoint in com.genesyslab.platform.commons.protocol |
Methods in com.genesyslab.platform.commons.protocol that return Endpoint | |
Endpoint |
EndpointSupport.getEndpoint()
|
Endpoint |
AbstractChannel.getEndpoint()
|
Endpoint |
RequestContext.getEndpoint()
|
abstract Endpoint |
Message.getEndpoint()
Indicates server URI from which current message has been received. |
Methods in com.genesyslab.platform.commons.protocol with parameters of type Endpoint | |
void |
EndpointSupport.setEndpoint(Endpoint endpoint)
|
void |
AbstractChannel.setEndpoint(Endpoint endpoint)
|
Constructors in com.genesyslab.platform.commons.protocol with parameters of type Endpoint | |
ClientChannel(Endpoint endpoint,
ProtocolFactory protocolFactory,
ReferenceBuilder refBuilder,
long timeout)
|
|
ClientChannel(Endpoint endpoint,
ProtocolFactory protocolFactory,
ReferenceBuilder refBuilder)
|
|
DuplexChannel(Endpoint endpoint,
ProtocolFactory protocolFactory)
Create channel. |
|
DuplexChannel(Endpoint endpoint,
ProtocolFactory protocolFactory,
long timeout)
Create channel. |
|
ServerChannel(Endpoint endpoint,
ProtocolFactory protocolFactory)
|
|
ServerChannel(Endpoint endpoint,
long timeout,
ProtocolFactory protocolFactory)
|
Uses of Endpoint in com.genesyslab.platform.configuration.protocol |
Constructors in com.genesyslab.platform.configuration.protocol with parameters of type Endpoint | |
ConfServerProtocol(Endpoint endpoint)
|
|
ConfServerProtocol(Endpoint endpoint,
boolean initCrypto)
|
|
ConfServerProtocol(Endpoint endpoint,
long timeout,
boolean initCrypto)
Please note that initializing cryptoengine can take some time, so if you are absolutly sure your server doesn't (and won't) support AES encripting set the initCrypt parameter to false. |
|
Configuration Platform SDK 7.6 API Reference | ||||||||||
PREV NEXT | FRAMES NO FRAMES |