Package | Description |
---|---|
agilermi.communication |
Provides interfaces and default implementations used to customize the
underlying communication.
|
agilermi.communication.gzip | |
agilermi.communication.stackprotocol |
Modifier and Type | Method and Description |
---|---|
ProtocolEndpoint |
ProtocolEndpointFactory.createEndpoint(java.io.OutputStream outputStream,
java.io.InputStream inputStream)
Creates an end-point for the protocol related to this factory on the
specified streams.
|
Modifier and Type | Class and Description |
---|---|
class |
GzipEndpoint |
Modifier and Type | Class and Description |
---|---|
class |
StackProtocolEndpoint
Represents an endpoint that is a stack of protocols
|
Modifier and Type | Method and Description |
---|---|
ProtocolEndpoint |
StackProtocolEndpointFactory.createEndpoint(java.io.OutputStream outputStream,
java.io.InputStream inputStream) |