Package | Description |
---|---|
agilermi.communication.gzip | |
agilermi.communication.stackprotocol | |
agilermi.core |
Provides the Agile RMI core system.
|
Modifier and Type | Class and Description |
---|---|
class |
GzipEndpointFactory |
Modifier and Type | Class and Description |
---|---|
class |
StackProtocolEndpointFactory
A factory for
StackProtocolEndpoint |
Modifier and Type | Method and Description |
---|---|
void |
StackProtocolEndpointFactory.addProtocolEndpointFactory(ProtocolEndpointFactory protocolEndpointFactory)
Add a protocol to the stack
|
Constructor and Description |
---|
StackProtocolEndpoint(java.util.LinkedList<ProtocolEndpointFactory> factories,
java.io.OutputStream outputStream,
java.io.InputStream inputStream)
Creates a protocol stack
|
Modifier and Type | Method and Description |
---|---|
RMIRegistry.Builder |
RMIRegistry.Builder.setProtocolEndpointFactory(ProtocolEndpointFactory protocolEndpointFactory)
Sets the
ProtocolEndpointFactory instance to use in the registry to
build. |