|
Platform SDK Java 8.5 API Reference | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
StatServerProtocol
class that you can use this class to set up communication with Stat Server.
See:
Description
Interface Summary | |
---|---|
StatServerProtocolHandshakeOptions | Dedicated interface to represent StatServer protocol handshake parameters. |
Class Summary | |
---|---|
StatServerContext | |
StatServerProtocol | Use a StatServerProtocol object to establish
communication between a client application and Statistics Server. |
This package contains the StatServerProtocol
class that you can use this class to set up communication with Stat Server.
Once you have connected with Stat Server, you will be able to send and receive messages. For more information on these
messages, refer to the documentation for the Events
and Requests
packages
associated with this SDK, for example
com.genesyslab.platform.reporting.protocol.statserver.events
or
com.genesyslab.platform.reporting.protocol.statserver.requests
.
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |