|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
org.activeio.net.TcpAsynchChannel
and org.activeio.net.TcpAsynchChannelServer
objects.org.activeio.channel.Channel
connections.AppendedPacket.join(Packet, Packet)
instead.
org.activeio.channel.Packet
objects
to a registered org.activeio.ChannelConsumer
.AsynchChannel
and AsynchChannelServer
objects.org.activeio.channel.Packet
objects.org.activeio.channel.Channel
objects
and then delivers those objects to a org.activeio.AcceptConsumer
.RequestChannel
out of a SynchChannel
.RequestChannel
out of a AsynchChannel
.RequestChannel
out of a AsynchChannel
.AsynchChannel
so that it provides an
SynchChannel
interface.#adapt(AsynchChannel)
#adapt(AsynchChannel, Channel)
AsynchChannelServer
so that it provides an
SynchChannelServer
interface.AsynchToSynchChannelServerAdapter.adapt(ChannelServer)
AsynchToSynchChannelServerAdapter.adapt(ChannelServer, EDU.oswego.cs.dl.util.concurrent.Channel)
byte[]
.ByteBuffer
bufferCount
ByteBuffers that are
directly allocated being bufferSize
big.
byte
.ChannelFactory
uses the requested URI's scheme to determine the
actual SynchChannelFactory
or
AsynchChannelFactory
implementation to use to create it's
Channel
s and ChannelServer
s.org.activeio.AsynchChannelFilter
that counts the number bytes that been sent down and up through the channel.SynchChannel
implementation that uses
TCP to talk to the network.org.activeio.net.TcpSynchChannel
and org.activeio.net.TcpSynchChannelServer
objects.byte[0]
.AsynchChannel
and it's org.activeio.ChannelConsumer
.AsynchChannel
and it's org.activeio.ChannelConsumer
.SynchChannel
Most SynchChannel
that are not directly accessing the network will
extends the SynchChannelFilter since they act as a filter between the client and the network.SynchChannel
Most SynchChannel
that are not directly accessing the network will
extends the SynchChannelFilter since they act as a filter between the client and the network.location
that
is in the journal.
org.activeio.channel.Packet
objects
to a registered AsynchChannelListener
.read
method to get org.activeio.channel.Packet
objects when they arrive from the peer.org.activeio.net.TcpSynchChannel
and org.activeio.net.TcpSynchChannelServer
objects that use SSL.org.activeio.net.TcpAsynchChannel
and org.activeio.net.TcpAsynchChannelServer
objects.org.activeio.net.TcpSynchChannel
objects from accepted
tcp socket connections.SynchChannel
implementation that uses a SocketChannel
to talk to the network.org.activeio.net.TcpSynchChannel
and org.activeio.net.TcpSynchChannelServer
objects.org.activeio.net.TcpSynchChannel
objects from accepted
tcp socket connections.AsynchChannelServer
will call this method to when a new channel connection has been
accepted.
AsynchChannelServer
will call this method when a async failure occurs when accepting
a connection.
AsynchChannel
will call this method to deliver an 'up' packet to a consumer.
AsynchChannel
will call this method when a async failure occurs in the channel.
RequestChannel
will call this method when a new request arrives.
RequestChannel
will call this method when a async failure occurs when receiving a request.
Journal.put()
method call.RequestChannel
SynchChannel
implementation that uses a Socket
to talk to the network.org.activeio.net.TcpSynchChannel
and org.activeio.net.TcpSynchChannelServer
objects.org.activeio.net.TcpSynchChannel
objects from accepted
tcp socket connections.org.activeio.net.TcpSynchChannel
and org.activeio.net.TcpSynchChannelServer
objects that use SSL.receiveUpPacket
method to get 'up' org.activeio.channel.Packet
objects when they arrive.SynchChannel
and SynchChannelServer
objects.accept
method to synchronously
accept and create org.activeio.channel.Channel
objects.Socket
interface to a SynchChannel
.SynchChannel
so that it provides an
AsynchChannel
interface.#adapt(SynchChannel)
#adapt(SynchChannel, Executor)
SynchToAsynchChannelFactoryAdaptor.adapt(SynchChannelFactory)
SynchToAsynchChannelFactoryAdaptor.adapt(SynchChannelFactory, Executor)
org.activeio,SynchChannelServer
so that it provides an
AsynchChannelServer
interface.ChannelConsumer
that the protcol will use to deliver packets
comming 'up' the channel.
JournalEventListener
that will receive notifications from the Journal.
location
is no longer
needed and can be reclaimed for reuse.
RequestListener
that the protcol will use to deliver request packets
comming 'up' the channel.
Packet
of data to the journal.
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |