Uses of Class
org.eclipse.net4j.channel.ChannelException
Packages that use ChannelException
Package
Description
The Net4j transport layer concepts for dealing with channels.
Server service provider interfaces and useful base implementations for the Net4j transport layer.
-
Uses of ChannelException in org.eclipse.net4j.channel
Methods in org.eclipse.net4j.channel that throw ChannelExceptionModifier and TypeMethodDescriptionIChannelMultiplexer.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 . -
Uses of ChannelException in org.eclipse.spi.net4j
Methods in org.eclipse.spi.net4j that throw ChannelExceptionModifier and TypeMethodDescriptionvoid
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)