Verwendungen von Klasse
org.eclipse.net4j.channel.ChannelException
Packages, die ChannelException verwenden
Package
Beschreibung
The Net4j transport layer concepts for dealing with channels.
Server service provider interfaces and useful base implementations for the Net4j transport layer.
-
Verwendungen von ChannelException in org.eclipse.net4j.channel
Methoden in org.eclipse.net4j.channel, die ChannelException auslösenModifizierer und TypMethodeBeschreibungIChannelMultiplexer.openChannel()
Synchronous request to open a newIChannel
with an undefined channel protocol.IChannelMultiplexer.openChannel
(String protocolID, Object infraStructure) Synchronous request to open a newIChannel
with a channel protocol defined by a given protocol identifier.IChannelMultiplexer.openChannel
(IProtocol<?> protocol) Synchronous request to open a newIChannel
with the given channel protocol . -
Verwendungen von ChannelException in org.eclipse.spi.net4j
Methoden in org.eclipse.spi.net4j, die ChannelException auslösenModifizierer und TypMethodeBeschreibungvoid
ChannelMultiplexer.closeChannel
(InternalChannel channel) protected abstract void
ChannelMultiplexer.deregisterChannelFromPeer
(InternalChannel channel) protected void
Connector.deregisterChannelFromPeer
(InternalChannel channel) void
ChannelMultiplexer.inverseCloseChannel
(short channelID) ChannelMultiplexer.openChannel()
ChannelMultiplexer.openChannel
(String protocolID, Object infraStructure) ChannelMultiplexer.openChannel
(IProtocol<?> protocol) protected abstract void
ChannelMultiplexer.registerChannelWithPeer
(short channelID, long timeout, IProtocol<?> protocol)