| Interface | Description | 
|---|---|
| Codec<T> | 
 Interface for serialization routines that translate back and forth between
 byte arrays with low latency. 
 | 
| Decoder<T> | 
 Interface for serialization routines that translate back and forth between
 byte arrays with low latency. 
 | 
| Encoder<T> | 
 Interface for serialization routines that translate back and forth between
 byte arrays with low latency. 
 | 
| RemoteIdentifier | 
 Wake remote identifier 
 | 
| RemoteIdentifierFactory | 
 Factory that creates a RemoteIdentifier 
 | 
| RemoteManager | 
 Represents all remote connections to and from one process to another. 
 | 
| RemoteMessage<T> | 
 Message received from a remote handler 
 | 
| Class | Description | 
|---|---|
| NetUtils | |
| RemoteConfiguration | 
 Configuration options and helper methods for Wake remoting. 
 | 
| RemoteConfiguration.ErrorHandler | |
| RemoteConfiguration.HostAddress | |
| RemoteConfiguration.ManagerName | |
| RemoteConfiguration.MessageCodec | |
| RemoteConfiguration.NumberOfTries | |
| RemoteConfiguration.OrderingGuarantee | |
| RemoteConfiguration.Port | |
| RemoteConfiguration.RetryTimeout | 
Copyright © 2015 The Apache Software Foundation. All rights reserved.