Package org.eclipse.net4j.signal
Interface ISignalProtocol.WithSignalCounters<INFRA_STRUCTURE>
- 
- All Superinterfaces:
- IBufferHandler,- ILocationAware,- org.eclipse.net4j.util.event.INotifier,- IProtocol<INFRA_STRUCTURE>,- ISignalProtocol<INFRA_STRUCTURE>,- org.eclipse.net4j.util.security.IUserAware
 - All Known Implementing Classes:
- AuthenticatingSignalProtocol,- HeartBeatProtocol,- HeartBeatProtocol.Server,- SignalProtocol
 - Enclosing interface:
- ISignalProtocol<INFRA_STRUCTURE>
 
 public static interface ISignalProtocol.WithSignalCounters<INFRA_STRUCTURE> extends ISignalProtocol<INFRA_STRUCTURE> - Since:
- 4.13
- Author:
- Eike Stepper
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.eclipse.net4j.ILocationAwareILocationAware.Location
 - 
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.event.INotifierorg.eclipse.net4j.util.event.INotifier.INotifier2
 - 
Nested classes/interfaces inherited from interface org.eclipse.net4j.signal.ISignalProtocolISignalProtocol.WithSignalCounters<INFRA_STRUCTURE>
 
- 
 - 
Field Summary- 
Fields inherited from interface org.eclipse.net4j.signal.ISignalProtocolDEFAULT_TIMEOUT, NO_TIMEOUT
 
- 
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetReceivedSignals()longgetSentSignals()- 
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.util.event.INotifieraddListener, getListeners, hasListeners, removeListener
 - 
Methods inherited from interface org.eclipse.net4j.protocol.IProtocolgetBufferProvider, getChannel, getExecutorService, getInfraStructure, getType, setChannel, setExecutorService, setInfraStructure
 - 
Methods inherited from interface org.eclipse.net4j.signal.ISignalProtocoladdStreamWrapper, close, getStreamWrapper, getTimeout, open, setStreamWrapper, setTimeout
 
- 
 
-