Package org.eclipse.net4j.protocol
Interface IProtocol2<INFRA_STRUCTURE>
- 
- All Superinterfaces:
- IBufferHandler,- ILocationAware,- IProtocol<INFRA_STRUCTURE>,- org.eclipse.net4j.util.security.IUserAware
 - All Known Implementing Classes:
- AuthenticatingSignalProtocol,- HeartBeatProtocol,- HeartBeatProtocol.Server,- Protocol,- SignalProtocol
 
 public interface IProtocol2<INFRA_STRUCTURE> extends IProtocol<INFRA_STRUCTURE> - Since:
- 4.2
- Author:
- Eike Stepper
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.eclipse.net4j.ILocationAwareILocationAware.Location
 
- 
 - 
Field SummaryFields Modifier and Type Field Description static intUNSPECIFIED_VERSION
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetVersion()- 
Methods inherited from interface org.eclipse.net4j.buffer.IBufferHandlerhandleBuffer
 - 
Methods inherited from interface org.eclipse.net4j.ILocationAwaregetLocation, isClient, isServer
 - 
Methods inherited from interface org.eclipse.net4j.protocol.IProtocolgetBufferProvider, getChannel, getExecutorService, getInfraStructure, getType, setChannel, setExecutorService, setInfraStructure
 
- 
 
- 
- 
- 
Field Detail- 
UNSPECIFIED_VERSIONstatic final int UNSPECIFIED_VERSION - See Also:
- Constant Field Values
 
 
- 
 
-