Package | Description |
---|---|
de.knipp.rritoolkit | |
de.knipp.rritoolkit.tcp | |
de.knipp.rritoolkit.test |
Modifier and Type | Field and Description |
---|---|
private RegistryChannel |
SinglePort.channel
the channel
|
private RegistryChannel |
PooledPort.WaitEntry.channel
the assigned channel
|
Modifier and Type | Field and Description |
---|---|
private java.util.Queue<RegistryChannel> |
PooledPort.available
the pool of available channels
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
private void |
PooledPort.closeChannel(RegistryChannel channel)
close and discard channel
|
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
|
Constructor and Description |
---|
SinglePort(RegistryChannel theChannel,
Codec theCodec)
constructor
|
Modifier and Type | Class and Description |
---|---|
class |
TcpChannel
implementation of the
RegistryChannel interface for
SSL TCP connections |
Modifier and Type | Method and Description |
---|---|
RegistryChannel |
TcpChannelFactory.createChannel()
create a new channel.
|
Modifier and Type | Class and Description |
---|---|
private static class |
DebugChannelFactory.DebugChannel
wrapper class for a connection.
|
Modifier and Type | Field and Description |
---|---|
private RegistryChannel |
DebugChannelFactory.DebugChannel.channel
the actual channel
|
Modifier and Type | Method and Description |
---|---|
RegistryChannel |
DebugChannelFactory.createChannel()
create a new channel.
|
Constructor and Description |
---|
DebugChannel(RegistryChannel theChannel,
int theID)
constructor
|
Copyright © 2005-2013 Knipp Medien und Kommunikation GmbH