- Channel - Class in org.eclipse.spi.net4j
-
If the meaning of this type isn't clear, there really should be more of a description here...
- Channel() - Constructor for class org.eclipse.spi.net4j.Channel
-
- Channel.ReceiverWork - Class in org.eclipse.spi.net4j
-
If the meaning of this type isn't clear, there really should be more of a description here...
- Channel.ReceiveSerializer - Class in org.eclipse.spi.net4j
-
If the meaning of this type isn't clear, there really should be more of a description here...
- Channel.SendQueue - Class in org.eclipse.spi.net4j
-
A queue that holds buffers that shall be sent.
- ChannelException - Exception in org.eclipse.net4j.channel
-
Thrown by an
IChannel
to indicate channel management problems.
- ChannelException() - Constructor for exception org.eclipse.net4j.channel.ChannelException
-
- ChannelException(String) - Constructor for exception org.eclipse.net4j.channel.ChannelException
-
- ChannelException(Throwable) - Constructor for exception org.eclipse.net4j.channel.ChannelException
-
- ChannelException(String, Throwable) - Constructor for exception org.eclipse.net4j.channel.ChannelException
-
- ChannelInputStream - Class in org.eclipse.net4j.channel
-
- ChannelInputStream(IChannel) - Constructor for class org.eclipse.net4j.channel.ChannelInputStream
-
- ChannelInputStream(IChannel, long) - Constructor for class org.eclipse.net4j.channel.ChannelInputStream
-
- ChannelMultiplexer - Class in org.eclipse.spi.net4j
-
If the meaning of this type isn't clear, there really should be more of a description here...
- ChannelMultiplexer() - Constructor for class org.eclipse.spi.net4j.ChannelMultiplexer
-
- ChannelOutputStream - Class in org.eclipse.net4j.channel
-
- ChannelOutputStream(IChannel) - Constructor for class org.eclipse.net4j.channel.ChannelOutputStream
-
- ChannelOutputStream(IChannel, IBufferProvider) - Constructor for class org.eclipse.net4j.channel.ChannelOutputStream
-
- checkVersion(IProtocol<?>, int) - Static method in exception org.eclipse.net4j.protocol.ProtocolVersionException
-
- clear() - Method in interface org.eclipse.net4j.buffer.IBuffer
-
Turns the state of this buffer from any state into
INITIAL
.
- clearCounts() - Method in class org.eclipse.net4j.signal.SignalCounter
-
- Client(IManagedContainer) - Constructor for class org.eclipse.net4j.ContainerProtocolProvider.Client
-
- ClientProtocolFactory - Class in org.eclipse.spi.net4j
-
If the meaning of this type isn't clear, there really should be more of a description here...
- ClientProtocolFactory(String) - Constructor for class org.eclipse.spi.net4j.ClientProtocolFactory
-
- close() - Method in class org.eclipse.net4j.buffer.BufferInputStream
-
- close() - Method in class org.eclipse.net4j.buffer.BufferOutputStream
-
- close() - Method in interface org.eclipse.net4j.signal.ISignalProtocol
-
- close() - Method in class org.eclipse.net4j.signal.SignalProtocol
-
- close() - Method in class org.eclipse.spi.net4j.Acceptor
-
- close() - Method in class org.eclipse.spi.net4j.Channel
-
- close() - Method in class org.eclipse.spi.net4j.Connector
-
- closeChannel() - Method in class org.eclipse.net4j.buffer.BufferInputStream
-
Subclasses may override.
- closeChannel(InternalChannel) - Method in class org.eclipse.spi.net4j.ChannelMultiplexer
-
- closeChannel(InternalChannel) - Method in interface org.eclipse.spi.net4j.InternalChannelMultiplexer
-
- closeChannelAfterException() - Method in class org.eclipse.net4j.signal.IndicationWithResponse
-
- closeChannelAfterMe() - Method in class org.eclipse.net4j.signal.Signal
-
- closeInputStreamAfterMe() - Method in class org.eclipse.net4j.signal.Signal
-
- closeOutputStreamAfterMe() - Method in class org.eclipse.net4j.signal.Signal
-
- configure(File) - Method in class org.eclipse.net4j.TransportConfigurator
-
- configureAcceptor(Element) - Method in class org.eclipse.net4j.TransportConfigurator
-
- configureNegotiator(Element) - Method in class org.eclipse.net4j.TransportConfigurator
-
- ConfirmationIndication<PROTOCOL extends SignalProtocol<?> & IConfirmationProvider.Provider> - Class in org.eclipse.net4j.signal.confirmation
-
- ConfirmationIndication(SignalProtocol<?>, short, String) - Constructor for class org.eclipse.net4j.signal.confirmation.ConfirmationIndication
-
- ConfirmationIndication(SignalProtocol<?>, short) - Constructor for class org.eclipse.net4j.signal.confirmation.ConfirmationIndication
-
- ConfirmationIndication(SignalProtocol<?>, Enum<?>) - Constructor for class org.eclipse.net4j.signal.confirmation.ConfirmationIndication
-
- ConfirmationPrompt - Class in org.eclipse.net4j.signal.confirmation
-
- ConfirmationPrompt(String, String, Confirmation, Confirmation, Confirmation...) - Constructor for class org.eclipse.net4j.signal.confirmation.ConfirmationPrompt
-
- ConfirmationPrompt(String, String, Confirmation, Collection<Confirmation>) - Constructor for class org.eclipse.net4j.signal.confirmation.ConfirmationPrompt
-
- ConfirmationRequest - Class in org.eclipse.net4j.signal.confirmation
-
- ConfirmationRequest(SignalProtocol<?>, short, String, ConfirmationPrompt) - Constructor for class org.eclipse.net4j.signal.confirmation.ConfirmationRequest
-
- ConfirmationRequest(SignalProtocol<?>, short, ConfirmationPrompt) - Constructor for class org.eclipse.net4j.signal.confirmation.ConfirmationRequest
-
- ConfirmationRequest(SignalProtocol<?>, Enum<?>, ConfirmationPrompt) - Constructor for class org.eclipse.net4j.signal.confirmation.ConfirmationRequest
-
- confirming(ExtendedDataInputStream, OMMonitor) - Method in class org.eclipse.net4j.signal.confirmation.ConfirmationRequest
-
- confirming(ExtendedDataInputStream) - Method in class org.eclipse.net4j.signal.RequestWithConfirmation
-
Important Note: The confirmation must not be empty, i.e. the stream must be used at least to read a
boolean
.
- confirming(ExtendedDataInputStream) - Method in class org.eclipse.net4j.signal.RequestWithMonitoring
-
- confirming(ExtendedDataInputStream, OMMonitor) - Method in class org.eclipse.net4j.signal.RequestWithMonitoring
-
Important Note: The confirmation must not be empty, i.e. the stream must be used at least to read a
boolean
.
- confirming(ExtendedDataInputStream, OMMonitor) - Method in class org.eclipse.net4j.signal.security.AuthenticationRequest
-
- connect() - Method in interface org.eclipse.net4j.connector.IConnector
-
Synchronous connect with infinite timeout value.
- connect(long) - Method in interface org.eclipse.net4j.connector.IConnector
-
Synchronous connect.
- connect(long) - Method in class org.eclipse.spi.net4j.Connector
-
- connect() - Method in class org.eclipse.spi.net4j.Connector
-
- connectAsync() - Method in interface org.eclipse.net4j.connector.IConnector
-
Asynchronous connect.
- connectAsync() - Method in class org.eclipse.spi.net4j.Connector
-
- connectInput(IManagedContainer) - Method in class org.eclipse.net4j.ui.AcceptorContentProvider
-
- connectInput(IManagedContainer) - Method in class org.eclipse.net4j.ui.ConnectorContentProvider
-
- Connector - Class in org.eclipse.spi.net4j
-
If the meaning of this type isn't clear, there really should be more of a description here...
- Connector() - Constructor for class org.eclipse.spi.net4j.Connector
-
- ConnectorContentProvider - Class in org.eclipse.net4j.ui
-
- ConnectorContentProvider() - Constructor for class org.eclipse.net4j.ui.ConnectorContentProvider
-
- ConnectorCredentialsInjector - Class in org.eclipse.net4j.connector
-
Injects a configurable response negotiator into selected client connectors.
- ConnectorCredentialsInjector(String, IPasswordCredentialsProvider, String) - Constructor for class org.eclipse.net4j.connector.ConnectorCredentialsInjector
-
- ConnectorCredentialsInjector(String, IPasswordCredentialsProvider) - Constructor for class org.eclipse.net4j.connector.ConnectorCredentialsInjector
-
- ConnectorData() - Constructor for class org.eclipse.net4j.tcp.TCPUtil.ConnectorData
-
- ConnectorData(String, int, String) - Constructor for class org.eclipse.net4j.tcp.TCPUtil.ConnectorData
-
- ConnectorData(String) - Constructor for class org.eclipse.net4j.tcp.TCPUtil.ConnectorData
-
- ConnectorData(ITCPConnector) - Constructor for class org.eclipse.net4j.tcp.TCPUtil.ConnectorData
-
- ConnectorException - Exception in org.eclipse.net4j.connector
-
Thrown by an
IConnector
to indicate connection problems.
- ConnectorException() - Constructor for exception org.eclipse.net4j.connector.ConnectorException
-
- ConnectorException(String) - Constructor for exception org.eclipse.net4j.connector.ConnectorException
-
- ConnectorException(Throwable) - Constructor for exception org.eclipse.net4j.connector.ConnectorException
-
- ConnectorException(String, Throwable) - Constructor for exception org.eclipse.net4j.connector.ConnectorException
-
- ConnectorFactory - Class in org.eclipse.spi.net4j
-
If the meaning of this type isn't clear, there really should be more of a description here...
- ConnectorFactory(String) - Constructor for class org.eclipse.spi.net4j.ConnectorFactory
-
- ConnectorState - Enum in org.eclipse.net4j.connector
-
- ContainerProtocolProvider - Class in org.eclipse.net4j
-
- ContainerProtocolProvider(IManagedContainer, String) - Constructor for class org.eclipse.net4j.ContainerProtocolProvider
-
- ContainerProtocolProvider.Client - Class in org.eclipse.net4j
-
- ContainerProtocolProvider.Server - Class in org.eclipse.net4j
-
- copyTransportConfig(ILifecycle, ITransportConfig) - Static method in class org.eclipse.net4j.Net4jUtil
-
- create(String) - Method in class org.eclipse.net4j.signal.heartbeat.HeartBeatProtocol.Server.Factory
-
- createBufferFactory(short) - Static method in class org.eclipse.net4j.Net4jUtil
-
- createBufferFactory() - Static method in class org.eclipse.net4j.Net4jUtil
-
- createBufferPool(IBufferProvider) - Static method in class org.eclipse.net4j.Net4jUtil
-
- createBufferPool(short) - Static method in class org.eclipse.net4j.Net4jUtil
-
- createBufferPool() - Static method in class org.eclipse.net4j.Net4jUtil
-
- createChannel() - Method in class org.eclipse.spi.net4j.ChannelMultiplexer
-
- createNegotiationContext() - Method in class org.eclipse.spi.net4j.ChannelMultiplexer
-
- createNegotiationContext() - Method in class org.eclipse.spi.net4j.Connector
-
- createProtocol(String, INFRA_STRUCTURE) - Method in class org.eclipse.spi.net4j.ChannelMultiplexer
-
- createProtocolFactoryKey(String) - Method in class org.eclipse.spi.net4j.ChannelMultiplexer
-
- createReceiverWork(IBuffer) - Method in class org.eclipse.spi.net4j.Channel
-
- createSignalReactor(short) - Method in class org.eclipse.net4j.signal.heartbeat.HeartBeatProtocol
-
- createSignalReactor(short) - Method in class org.eclipse.net4j.signal.heartbeat.HeartBeatProtocol.Server
-
- createSignalReactor(short) - Method in class org.eclipse.net4j.signal.SignalProtocol
-
Returns a new signal instance to serve the given signal ID or null
if the signal ID is invalid/unknown
for this protocol.
- createSSLEngine(boolean, String, int) - Static method in class org.eclipse.net4j.tcp.ssl.SSLUtil
-
- CREDENTIALS_SEPARATOR - Static variable in class org.eclipse.net4j.tcp.TCPUtil
-
- getAcceptableResponses() - Method in class org.eclipse.net4j.signal.confirmation.ConfirmationPrompt
-
- getAcceptedConnectors() - Method in interface org.eclipse.net4j.acceptor.IAcceptor
-
Returns an array of the connectors that have been accepted by this acceptor and not been closed since.
- getAcceptedConnectors() - Method in class org.eclipse.spi.net4j.Acceptor
-
- getAcceptor(IManagedContainer, String) - Static method in class org.eclipse.net4j.http.server.HTTPServerUtil
-
- getAcceptor(String) - Method in interface org.eclipse.net4j.jvm.IJVMAcceptorManager
-
- getAcceptor(IManagedContainer, String) - Static method in class org.eclipse.net4j.jvm.JVMUtil
-
- getAcceptor(IManagedContainer, String, String) - Static method in class org.eclipse.net4j.Net4jUtil
-
- getAcceptor(IManagedContainer, String) - Static method in class org.eclipse.net4j.tcp.ssl.SSLUtil
-
- getAcceptor(IManagedContainer, String) - Static method in class org.eclipse.net4j.tcp.TCPUtil
-
- getAcceptorRegistry() - Method in interface org.eclipse.net4j.jvm.IJVMAcceptorManager
-
- getAddress() - Method in interface org.eclipse.net4j.tcp.ITCPAcceptor
-
- getAddress() - Method in class org.eclipse.net4j.tcp.TCPUtil.AcceptorData
-
- getAsyncExecutorService() - Method in class org.eclipse.net4j.signal.RequestWithConfirmation
-
- getBufferCapacity() - Method in interface org.eclipse.net4j.buffer.IBufferProvider
-
- getBufferCapacity() - Method in class org.eclipse.spi.net4j.Channel
-
- getBufferCapacity() - Method in class org.eclipse.spi.net4j.Connector
-
- getBufferInputStream() - Method in class org.eclipse.net4j.signal.Signal
-
- getBufferOutputStream() - Method in class org.eclipse.net4j.signal.Signal
-
- getBufferProvider() - Method in interface org.eclipse.net4j.buffer.IBuffer
-
- getBufferProvider() - Method in interface org.eclipse.net4j.ITransportConfig
-
- getBufferProvider(IManagedContainer) - Static method in class org.eclipse.net4j.Net4jUtil
-
- getBufferProvider() - Method in interface org.eclipse.net4j.protocol.IProtocol
-
- getBufferProvider(IManagedContainer) - Method in class org.eclipse.net4j.TransportInjector
-
- getBufferProvider() - Method in class org.eclipse.spi.net4j.Protocol
-
- getByteBuffer() - Method in interface org.eclipse.net4j.buffer.IBuffer
-
Returns the ByteBuffer
that can be used for putting or getting data.
- getCancelationExecutorService() - Method in class org.eclipse.net4j.signal.RequestWithMonitoring
-
- getCancelationPollInterval() - Method in class org.eclipse.net4j.signal.RequestWithMonitoring
-
- getCapacity() - Method in interface org.eclipse.net4j.buffer.IBuffer
-
Returns the capacity of this buffer.
- getChallenge() - Method in class org.eclipse.net4j.signal.security.AuthenticationIndication
-
- getChannel() - Method in class org.eclipse.net4j.channel.ChannelInputStream
-
- getChannel() - Method in interface org.eclipse.net4j.protocol.IProtocol
-
- getChannel(short) - Method in class org.eclipse.spi.net4j.ChannelMultiplexer
-
- getChannel() - Method in class org.eclipse.spi.net4j.Protocol
-
- getChannelID() - Method in interface org.eclipse.net4j.buffer.IBuffer
-
Returns the channel index value stored in the header of this buffer.
- getChannels() - Method in interface org.eclipse.net4j.channel.IChannelMultiplexer
-
Returns a collection of currently open channels.
- getChannels() - Method in class org.eclipse.spi.net4j.ChannelMultiplexer
-
- getConfig() - Method in interface org.eclipse.net4j.ITransportConfigAware
-
Returns the current transport configuration if there is one, a new empty one otherwise.
- getConfig() - Method in class org.eclipse.spi.net4j.Acceptor
-
- getConfig() - Method in class org.eclipse.spi.net4j.ChannelMultiplexer
-
- getConfirmationProvider() - Method in class org.eclipse.net4j.signal.confirmation.ConfirmationIndication
-
- getConfirmingWorkPercent() - Method in class org.eclipse.net4j.signal.RequestWithMonitoring
-
- getConnector(IManagedContainer, String) - Static method in class org.eclipse.net4j.http.HTTPUtil
-
- getConnector(IManagedContainer, String) - Static method in class org.eclipse.net4j.jvm.JVMUtil
-
- getConnector(IManagedContainer, String, String, long) - Static method in class org.eclipse.net4j.Net4jUtil
-
- getConnector(IManagedContainer, String, String) - Static method in class org.eclipse.net4j.Net4jUtil
-
- getConnector(IManagedContainer, String) - Static method in class org.eclipse.net4j.Net4jUtil
-
- getConnector() - Method in interface org.eclipse.net4j.tcp.ITCPNegotiationContext
-
- getConnector(IManagedContainer, String) - Static method in class org.eclipse.net4j.tcp.ssl.SSLUtil
-
- getConnector(IManagedContainer, String) - Static method in class org.eclipse.net4j.tcp.TCPUtil
-
- getConnectorID() - Method in interface org.eclipse.net4j.http.common.IHTTPConnector
-
- getContainer() - Method in class org.eclipse.net4j.ContainerProtocolProvider
-
- getContainer() - Method in class org.eclipse.net4j.TransportConfigurator
-
- getCorrelationID() - Method in class org.eclipse.net4j.signal.Signal
-
- getCountFor(Class<? extends Signal>) - Method in class org.eclipse.net4j.signal.SignalCounter
-
- getCountForSignalTypes() - Method in class org.eclipse.net4j.signal.SignalCounter
-
Get the number of different signal counted.
- getCredentialsProvider() - Method in class org.eclipse.net4j.signal.security.AuthenticatingSignalProtocol
-
- getCredentialsProvider() - Method in class org.eclipse.net4j.signal.security.AuthenticationIndication
-
- getCurrentInputStream() - Method in class org.eclipse.net4j.signal.Signal
-
- getCurrentOutputStream() - Method in class org.eclipse.net4j.signal.Signal
-
- getDefaultTimer(IManagedContainer) - Static method in class org.eclipse.net4j.signal.heartbeat.HeartBeatProtocol
-
- getDocument(File) - Method in class org.eclipse.net4j.TransportConfigurator
-
- getElements(Object) - Method in class org.eclipse.net4j.ui.AcceptorContentProvider
-
- getElements(Object) - Method in class org.eclipse.net4j.ui.ConnectorContentProvider
-
- getElements() - Method in class org.eclipse.spi.net4j.Acceptor
-
- getElements() - Method in class org.eclipse.spi.net4j.ChannelMultiplexer
-
- getError() - Method in class org.eclipse.net4j.buffer.BufferOutputStream
-
- getErrorHandler() - Method in interface org.eclipse.net4j.buffer.IBuffer
-
- getException() - Method in class org.eclipse.net4j.buffer.BufferInputStream
-
- getException() - Method in class org.eclipse.net4j.signal.SignalFinishedEvent
-
- getExceptionMessage(Throwable) - Method in class org.eclipse.net4j.signal.IndicationWithResponse
-
- getExecutorService(IManagedContainer) - Static method in class org.eclipse.net4j.Net4jUtil
-
- getExecutorService() - Method in interface org.eclipse.net4j.protocol.IProtocol
-
- getExecutorService(IManagedContainer) - Method in class org.eclipse.net4j.TransportInjector
-
- getExecutorService() - Method in class org.eclipse.spi.net4j.Protocol
-
- getHandShakeTimeOut() - Static method in class org.eclipse.net4j.tcp.ssl.SSLUtil
-
- getHandShakeWaitTime() - Static method in class org.eclipse.net4j.tcp.ssl.SSLUtil
-
- getHeartBeatTimer() - Method in class org.eclipse.net4j.signal.heartbeat.HeartBeatProtocol.Server
-
- getHost() - Method in interface org.eclipse.net4j.tcp.ITCPConnector
-
- getHost() - Method in class org.eclipse.net4j.tcp.TCPUtil.ConnectorData
-
- getID() - Method in interface org.eclipse.net4j.channel.IChannel
-
Returns the ID of this channel.
- getID() - Method in class org.eclipse.net4j.signal.Signal
-
Returns the short integer ID of this signal that is unique among all signals of the associated
protocol
.
- getID() - Method in class org.eclipse.spi.net4j.Channel
-
- getImage(Object) - Method in class org.eclipse.net4j.ui.Net4jItemProvider
-
- getIndicatingWorkPercent() - Method in class org.eclipse.net4j.signal.IndicationWithMonitoring
-
- getInfraStructure() - Method in interface org.eclipse.net4j.protocol.IProtocol
-
- getInfraStructure() - Method in class org.eclipse.spi.net4j.Protocol
-
- getLifecycle() - Method in interface org.eclipse.net4j.ITransportConfig
-
Returns the lifecycle delegate used for inactivity checks in the setter implementations of this transport
configuration.
- getLocalRequest() - Method in exception org.eclipse.net4j.signal.RemoteException
-
- getLocalStackTrace() - Method in exception org.eclipse.net4j.signal.RemoteException
-
Returns the local stack as it stood at the time that the remote exception was detected locally.
- getLocation() - Method in interface org.eclipse.net4j.ILocationAware
-
Returns the location of this object in a
client
/
server
scenario.
- getLocation() - Method in class org.eclipse.spi.net4j.Channel
-
- getLocation() - Method in class org.eclipse.spi.net4j.Connector
-
- getLocation() - Method in class org.eclipse.spi.net4j.Protocol
-
- getMaxIdleTime() - Method in interface org.eclipse.net4j.http.common.IHTTPConnector
-
- getMessage() - Method in class org.eclipse.net4j.signal.confirmation.ConfirmationPrompt
-
- getMillisBeforeTimeout() - Method in class org.eclipse.net4j.buffer.BufferInputStream
-
- getMillisBeforeTimeout() - Method in class org.eclipse.net4j.channel.ChannelInputStream
-
- getMillisInterruptCheck() - Method in class org.eclipse.net4j.buffer.BufferInputStream
-
- getMillisInterruptCheck() - Method in class org.eclipse.net4j.channel.ChannelInputStream
-
- getMonitoringExecutorService() - Method in class org.eclipse.net4j.signal.IndicationWithMonitoring
-
- getMonitorProgressSeconds() - Method in class org.eclipse.net4j.signal.RequestWithMonitoring
-
- getMonitorTimeoutSeconds() - Method in class org.eclipse.net4j.signal.RequestWithMonitoring
-
- getMultiplexer() - Method in interface org.eclipse.net4j.channel.IChannel
-
Returns the multiplexer this channel is associated with.
- getMultiplexer() - Method in class org.eclipse.spi.net4j.Channel
-
- getName() - Method in interface org.eclipse.net4j.jvm.IJVMAcceptor
-
- getName() - Method in interface org.eclipse.net4j.jvm.IJVMConnector
-
- getName() - Method in class org.eclipse.net4j.signal.Signal
-
- getName() - Method in class org.eclipse.spi.net4j.Channel.ReceiverWork
-
- getNegotiationContext() - Method in class org.eclipse.spi.net4j.Connector
-
- getNegotiationException() - Method in class org.eclipse.spi.net4j.Connector
-
- getNegotiator() - Method in class org.eclipse.spi.net4j.Acceptor
-
- getNegotiator() - Method in class org.eclipse.spi.net4j.Connector
-
- getNewState() - Method in interface org.eclipse.net4j.connector.IConnectorStateEvent
-
The new state of the
IConnector
that sent this event.
- getNewTimeout() - Method in class org.eclipse.net4j.signal.SignalProtocol.TimeoutChangedEvent
-
- getObject() - Method in class org.eclipse.net4j.ui.Net4jItemProvider.RemoveAction
-
- getOldState() - Method in interface org.eclipse.net4j.connector.IConnectorStateEvent
-
The old state of the
IConnector
that sent this event.
- getOldTimeout() - Method in class org.eclipse.net4j.signal.SignalProtocol.TimeoutChangedEvent
-
- getOpenChannelTimeout() - Method in interface org.eclipse.net4j.channel.IChannelMultiplexer
-
- getOpenChannelTimeout() - Method in class org.eclipse.spi.net4j.ChannelMultiplexer
-
- getPeer() - Method in interface org.eclipse.net4j.jvm.IJVMChannel
-
- getPooledBuffers() - Method in interface org.eclipse.net4j.buffer.IBufferPool.Introspection
-
Returns the number of buffers that are currently pooled in this BufferPool
.
- getPooledBuffers(IBufferPool) - Static method in class org.eclipse.net4j.Net4jUtil
-
- getPort() - Method in interface org.eclipse.net4j.tcp.ITCPAcceptor
-
- getPort() - Method in interface org.eclipse.net4j.tcp.ITCPConnector
-
- getPort() - Method in class org.eclipse.net4j.tcp.TCPUtil.AcceptorData
-
- getPort() - Method in class org.eclipse.net4j.tcp.TCPUtil.ConnectorData
-
- getProductGroup() - Method in class org.eclipse.net4j.ContainerProtocolProvider
-
- getPrompt() - Method in class org.eclipse.net4j.signal.confirmation.ConfirmationIndication
-
- getProperties(Element, int) - Static method in class org.eclipse.net4j.TransportConfigurator
-
- getProtocol(String) - Method in class org.eclipse.net4j.ContainerProtocolProvider
-
- getProtocol(String) - Method in class org.eclipse.net4j.FactoriesProtocolProvider
-
- getProtocol(String) - Method in interface org.eclipse.net4j.protocol.IProtocolProvider
-
- getProtocol() - Method in class org.eclipse.net4j.signal.security.AuthenticationIndication
-
- getProtocol() - Method in class org.eclipse.net4j.signal.Signal
-
- getProtocolID(IProtocol<?>) - Static method in class org.eclipse.net4j.Net4jUtil
-
- getProtocolID() - Method in class org.eclipse.net4j.signal.wrapping.StreamWrapperInjector
-
- getProtocolProvider() - Method in interface org.eclipse.net4j.ITransportConfig
-
- getProtocolVersion(IProtocol<?>) - Static method in class org.eclipse.net4j.Net4jUtil
-
- getProvidedBuffers() - Method in interface org.eclipse.net4j.buffer.IBufferProvider.Introspection
-
Returns the number of buffers that have already been provided by this BufferProvider
.
- getProvidedBuffers(IBufferProvider) - Static method in class org.eclipse.net4j.Net4jUtil
-
- getQueueSize() - Method in interface org.eclipse.spi.net4j.InternalChannel.SendQueueEvent
-
- getReceivedBuffers() - Method in class org.eclipse.spi.net4j.Channel
-
- getReceivedBuffers() - Method in interface org.eclipse.spi.net4j.InternalChannel
-
- getReceiveExecutor() - Method in interface org.eclipse.net4j.ITransportConfig
-
- getReceiveExecutor() - Method in class org.eclipse.spi.net4j.Channel
-
- getReceiveExecutor() - Method in interface org.eclipse.spi.net4j.InternalChannel
-
- getReceiveHandler() - Method in interface org.eclipse.net4j.channel.IChannel
-
Returns the IBufferHandler
that handles buffers received from the peer channel.
- getReceiveHandler() - Method in class org.eclipse.spi.net4j.Channel
-
- getRegistry() - Method in class org.eclipse.net4j.FactoriesProtocolProvider
-
- getRequestHandler() - Method in interface org.eclipse.net4j.http.server.INet4jTransportServlet
-
- getRequestingWorkPercent() - Method in class org.eclipse.net4j.signal.RequestWithMonitoring
-
- getRetainedBuffers() - Method in interface org.eclipse.net4j.buffer.IBufferProvider.Introspection
-
Returns the number of buffers that have already been retained to this BufferProvider
.
- getRetainedBuffers(IBufferProvider) - Static method in class org.eclipse.net4j.Net4jUtil
-
- getSelector() - Method in interface org.eclipse.net4j.tcp.ITCPAcceptor
-
- getSelector() - Method in interface org.eclipse.net4j.tcp.ITCPConnector
-
- getSendQueue() - Method in class org.eclipse.spi.net4j.Channel
-
- getSendQueue() - Method in interface org.eclipse.spi.net4j.InternalChannel
-
- getSentBuffers() - Method in class org.eclipse.spi.net4j.Channel
-
- getSentBuffers() - Method in interface org.eclipse.spi.net4j.InternalChannel
-
- getServlet() - Method in interface org.eclipse.net4j.http.server.IHTTPAcceptor
-
- getSignal() - Method in class org.eclipse.net4j.signal.SignalFinishedEvent
-
- getSignal() - Method in class org.eclipse.net4j.signal.SignalScheduledEvent
-
- getSocketSelector() - Method in interface org.eclipse.net4j.tcp.ITCPSelector
-
- getSource() - Method in interface org.eclipse.net4j.connector.IConnectorEvent
-
- getSource() - Method in class org.eclipse.net4j.signal.SignalFinishedEvent
-
- getSource() - Method in class org.eclipse.net4j.signal.SignalProtocol.TimeoutChangedEvent
-
- getSource() - Method in class org.eclipse.net4j.signal.SignalScheduledEvent
-
- getSource() - Method in interface org.eclipse.spi.net4j.InternalChannel.SendQueueEvent
-
- getState() - Method in interface org.eclipse.net4j.buffer.IBuffer
-
Returns the internal state of this buffer.
- getState() - Method in interface org.eclipse.net4j.connector.IConnector
-
Returns the current state of this connector.
- getState() - Method in class org.eclipse.spi.net4j.Connector
-
- getStoreConfig(Element) - Method in class org.eclipse.net4j.TransportConfigurator
-
- getStreamWrapper() - Method in interface org.eclipse.net4j.signal.ISignalProtocol
-
- getStreamWrapper() - Method in class org.eclipse.net4j.signal.SignalProtocol
-
- getStreamWrapper() - Method in class org.eclipse.net4j.signal.wrapping.StreamWrapperInjector
-
- getSubject() - Method in class org.eclipse.net4j.signal.confirmation.ConfirmationPrompt
-
- getSuggestedResponse() - Method in class org.eclipse.net4j.signal.confirmation.ConfirmationPrompt
-
- getThreadName() - Method in class org.eclipse.spi.net4j.Channel.ReceiveSerializer
-
- getTimeout() - Method in interface org.eclipse.net4j.signal.ISignalProtocol
-
- getTimeout() - Method in class org.eclipse.net4j.signal.SignalProtocol
-
- getTimer() - Method in class org.eclipse.net4j.signal.heartbeat.HeartBeatProtocol
-
- getTimer(IManagedContainer) - Method in class org.eclipse.net4j.signal.heartbeat.HeartBeatProtocol.Server.TimerInjector
-
- getType() - Method in interface org.eclipse.net4j.protocol.IProtocol
-
- getType() - Method in interface org.eclipse.spi.net4j.InternalChannel.SendQueueEvent
-
- getType() - Method in class org.eclipse.spi.net4j.Protocol
-
- getURL() - Method in interface org.eclipse.net4j.connector.IConnector
-
- getURL() - Method in class org.eclipse.spi.net4j.Connector
-
- getUserID() - Method in class org.eclipse.net4j.tcp.TCPUtil.ConnectorData
-
- getUserID() - Method in class org.eclipse.spi.net4j.Channel
-
- getUserID() - Method in class org.eclipse.spi.net4j.Connector
-
- getUserID() - Method in class org.eclipse.spi.net4j.Protocol
-
- getVersion() - Method in interface org.eclipse.net4j.protocol.IProtocol2
-
- getVersion() - Method in class org.eclipse.spi.net4j.Protocol
-
- GZIPStreamWrapperInjector - Class in org.eclipse.net4j.signal.wrapping
-
- GZIPStreamWrapperInjector(String) - Constructor for class org.eclipse.net4j.signal.wrapping.GZIPStreamWrapperInjector
-
- offer(IBuffer) - Method in class org.eclipse.spi.net4j.Channel.SendQueue
-
- open(IConnector) - Method in interface org.eclipse.net4j.signal.ISignalProtocol
-
- open(IConnector) - Method in class org.eclipse.net4j.signal.SignalProtocol
-
- openChannel() - Method in interface org.eclipse.net4j.channel.IChannelMultiplexer
-
Synchronous request to open a new
IChannel
with an undefined channel protocol.
- openChannel(String, Object) - Method in interface org.eclipse.net4j.channel.IChannelMultiplexer
-
Synchronous request to open a new
IChannel
with a channel protocol defined by a given protocol identifier.
- openChannel(IProtocol<?>) - Method in interface org.eclipse.net4j.channel.IChannelMultiplexer
-
Synchronous request to open a new
IChannel
with the given channel protocol .
- openChannel() - Method in class org.eclipse.spi.net4j.ChannelMultiplexer
-
- openChannel(String, Object) - Method in class org.eclipse.spi.net4j.ChannelMultiplexer
-
- openChannel(IProtocol<?>) - Method in class org.eclipse.spi.net4j.ChannelMultiplexer
-
- orderConnectInterest(SelectionKey, boolean, boolean) - Method in interface org.eclipse.net4j.tcp.ITCPSelector
-
- orderReadInterest(SelectionKey, boolean, boolean) - Method in interface org.eclipse.net4j.tcp.ITCPSelector
-
- orderRegistration(ServerSocketChannel, ITCPPassiveSelectorListener) - Method in interface org.eclipse.net4j.tcp.ITCPSelector
-
- orderRegistration(SocketChannel, boolean, ITCPActiveSelectorListener) - Method in interface org.eclipse.net4j.tcp.ITCPSelector
-
- orderWriteInterest(SelectionKey, boolean, boolean) - Method in interface org.eclipse.net4j.tcp.ITCPSelector
-
- org.eclipse.net4j - package org.eclipse.net4j
-
The Net4j transport layer.
- org.eclipse.net4j.acceptor - package org.eclipse.net4j.acceptor
-
The Net4j transport layer concepts for dealing with acceptors.
- org.eclipse.net4j.buffer - package org.eclipse.net4j.buffer
-
The Net4j transport layer concepts for dealing with buffers.
- org.eclipse.net4j.channel - package org.eclipse.net4j.channel
-
The Net4j transport layer concepts for dealing with channels.
- org.eclipse.net4j.connector - package org.eclipse.net4j.connector
-
The Net4j transport layer concepts for dealing with connectors.
- org.eclipse.net4j.http - package org.eclipse.net4j.http
-
Transport layer extension with support for HTTP connections.
- org.eclipse.net4j.http.common - package org.eclipse.net4j.http.common
-
Transport layer extension with support for HTTP connections.
- org.eclipse.net4j.http.server - package org.eclipse.net4j.http.server
-
Transport layer extension with support for HTTP connections.
- org.eclipse.net4j.jvm - package org.eclipse.net4j.jvm
-
Transport layer extension with support for JVM embedded connections.
- org.eclipse.net4j.protocol - package org.eclipse.net4j.protocol
-
The Net4j transport layer concepts for dealing with protocols.
- org.eclipse.net4j.signal - package org.eclipse.net4j.signal
-
A framework for request/response based communication on top of the Net4j transport layer.
- org.eclipse.net4j.signal.confirmation - package org.eclipse.net4j.signal.confirmation
-
Reusable implementation of a server-to-client confirmation signal and related API.
- org.eclipse.net4j.signal.heartbeat - package org.eclipse.net4j.signal.heartbeat
-
A signal protocol implementation that realizes a configurable heart beat protocol.
- org.eclipse.net4j.signal.security - package org.eclipse.net4j.signal.security
-
Reusable implementation of a server-to-client authentication signal and related API.
- org.eclipse.net4j.signal.wrapping - package org.eclipse.net4j.signal.wrapping
-
Some container injectors for use with signal protocols.
- org.eclipse.net4j.tcp - package org.eclipse.net4j.tcp
-
Transport layer extension with support for TCP socket connections.
- org.eclipse.net4j.tcp.ssl - package org.eclipse.net4j.tcp.ssl
-
Transport layer extension with support for TCP/SSL socket connections.
- org.eclipse.net4j.ui - package org.eclipse.net4j.ui
-
Reusable UI components specific to the Net4j Signalling Platform.
- org.eclipse.spi.net4j - package org.eclipse.spi.net4j
-
Server service provider interfaces and useful base implementations for the Net4j transport layer.