|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RegistryChannel | |
---|---|
de.knipp.rritoolkit | |
de.knipp.rritoolkit.tcp | |
de.knipp.rritoolkit.test |
Uses of RegistryChannel in de.knipp.rritoolkit |
---|
Fields in de.knipp.rritoolkit declared as RegistryChannel | |
---|---|
private RegistryChannel |
SinglePort.channel
the channel |
private RegistryChannel |
PooledPort.WaitEntry.channel
the assigned channel |
Fields in de.knipp.rritoolkit with type parameters of type RegistryChannel | |
---|---|
private java.util.Queue<RegistryChannel> |
PooledPort.available
the pool of available channels |
Methods in de.knipp.rritoolkit that return RegistryChannel | |
---|---|
private RegistryChannel |
PooledPort.acquireChannel()
acquire a channel. |
RegistryChannel |
ChannelFactory.createChannel()
create a new channel. |
RegistryChannel |
SinglePort.getChannel()
return the channel that is used. |
RegistryChannel |
PooledPort.WaitEntry.waitForChannel()
wait for a connection |
Methods in de.knipp.rritoolkit with parameters of type RegistryChannel | |
---|---|
private void |
PooledPort.discardChannel(RegistryChannel channel)
discard a channel |
private Response |
PooledPort.execute(RegistryChannel channel,
Request request)
execute a request on the given channel |
private void |
PooledPort.PoolManager.releaseChannel(RegistryChannel channel)
release the given channel |
private void |
PooledPort.returnChannel(RegistryChannel channel)
return a channel to the pool or to a waiting thread |
void |
PooledPort.WaitEntry.wakeUp(RegistryChannel theChannel)
wake up the waiting thread, giving it the specified channel |
Constructors in de.knipp.rritoolkit with parameters of type RegistryChannel | |
---|---|
SinglePort(RegistryChannel theChannel,
Codec theCodec)
constructor |
Uses of RegistryChannel in de.knipp.rritoolkit.tcp |
---|
Classes in de.knipp.rritoolkit.tcp that implement RegistryChannel | |
---|---|
class |
TcpChannel
implementation of the RegistryChannel interface for
SSL TCP connections |
Methods in de.knipp.rritoolkit.tcp that return RegistryChannel | |
---|---|
RegistryChannel |
TcpChannelFactory.createChannel()
create a new channel. |
Uses of RegistryChannel in de.knipp.rritoolkit.test |
---|
Classes in de.knipp.rritoolkit.test that implement RegistryChannel | |
---|---|
private static class |
DebugChannelFactory.DebugChannel
wrapper class for a connection. |
Fields in de.knipp.rritoolkit.test declared as RegistryChannel | |
---|---|
private RegistryChannel |
DebugChannelFactory.DebugChannel.channel
the actual channel |
Methods in de.knipp.rritoolkit.test that return RegistryChannel | |
---|---|
RegistryChannel |
DebugChannelFactory.createChannel()
create a new channel. |
Constructors in de.knipp.rritoolkit.test with parameters of type RegistryChannel | |
---|---|
DebugChannelFactory.DebugChannel(RegistryChannel theChannel,
int theID)
constructor |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |