Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Akka.io.Tcp Classes and Interfaces - 78 results found.
NameDescriptionTypePackageFramework
TcpTCP Extension for Akka’s IO layer.Classakka.ioAkka
Tcp$TCP Extension for Akka’s IO layer.Classakka.ioAkka
Tcp .Abort$An abort operation will not flush pending writes and will issue a TCP ABORT command to the O/S kernel which should result in a TCP_RST packet being sentClassakka.io.TcpAkka
Tcp .Aborted$The connection has been aborted in response to an Abort command.Classakka.io.TcpAkka
Tcp .BindThe Bind message is send to the TCP manager actor, which is obtained via TcpExt.Classakka.io.TcpAkka
Tcp .Bind$Classakka.io.TcpAkka
Tcp .BoundThe sender of a Tcp.Classakka.io.TcpAkka
Tcp .Bound$Classakka.io.TcpAkka
Tcp .Close$A normal close operation will first flush pending writes and then close the socket.Classakka.io.TcpAkka
Tcp .CloseCommandCommon interface for all commands which aim to close down an open connection.Interfaceakka.io.TcpAkka
Tcp .Closed$The connection has been closed normally in response to a Close command.Classakka.io.TcpAkka
Tcp .CommandThis is the common trait for all commands understood by TCP actors.Interfaceakka.io.TcpAkka
Tcp .CommandFailedWhenever a command cannot be completed, the queried actor will reply with this message, wrapping the original command which failed.Classakka.io.TcpAkka
Tcp .CommandFailed$Classakka.io.TcpAkka
Tcp .CompoundWriteA write command which aggregates two other write commands.Classakka.io.TcpAkka
Tcp .CompoundWrite$Classakka.io.TcpAkka
Tcp .ConfirmedClose$A confirmed close operation will flush pending writes and half-close the connection, waiting for the peer to close the other half.Classakka.io.TcpAkka
Tcp .ConfirmedClosed$The connection has been half-closed by us and then half-close by the peer in response to a ConfirmedClose command.Classakka.io.TcpAkka
Tcp .ConnectThe Connect message is sent to the TCP manager actor, which is obtained via TcpExt.Classakka.io.TcpAkka
Tcp .Connect$Classakka.io.TcpAkka
Tcp .ConnectedThe connection actor sends this message either to the sender of a Tcp.Classakka.io.TcpAkka
Tcp .Connected$Classakka.io.TcpAkka
Tcp .ConnectionClosedThis is the common interface for all events which indicate that a connection has been closed or half-closed.Interfaceakka.io.TcpAkka
Tcp .ErrorClosedThe connection has been closed due to an IO error.Classakka.io.TcpAkka
Tcp .ErrorClosed$Classakka.io.TcpAkka
Tcp .NoAckEach Tcp.Classakka.io.TcpAkka
Tcp .NoAck$Default Tcp.Classakka.io.TcpAkka
Tcp .PeerClosed$The peer has closed its writing half of the connection.Classakka.io.TcpAkka
Tcp .ReceivedWhenever data are read from a socket they will be transferred within this class to the handler actor which was designated in the Tcp.Classakka.io.TcpAkka
Tcp .Received$Classakka.io.TcpAkka
Tcp .RegisterThis message must be sent to a TCP connection actor after receiving the Tcp.Classakka.io.TcpAkka
Tcp .Register$Classakka.io.TcpAkka
Tcp .ResumeAcceptingThis message enables the accepting of the next connection if read throttling is enabled for connection actors.Classakka.io.TcpAkka
Tcp .ResumeAccepting$Classakka.io.TcpAkka
Tcp .ResumeReading$This command needs to be sent to the connection actor after a SuspendReading command in order to resume reading from the socket.Classakka.io.TcpAkka
Tcp .ResumeWriting$When useResumeWriting is in effect as was indicated in the Tcp.Classakka.io.TcpAkka
Tcp .SimpleWriteCommandCommon supertype of Tcp.Classakka.io.TcpAkka
Tcp .SO$Scala API: this object contains all applicable socket options for TCP.Classakka.io.TcpAkka
Tcp .SuspendReading$Sending this command to the connection actor will disable reading from the TCP socket.Classakka.io.TcpAkka
Tcp .Unbind$In order to close down a listening socket, send this message to that socket’s actor (that is the actor which previously had sent the Tcp.Classakka.io.TcpAkka
Tcp .Unbound$Classakka.io.TcpAkka
Tcp .WriteWrite data to the TCP connection.Classakka.io.TcpAkka
Tcp .Write$Classakka.io.TcpAkka
Tcp .WriteCommandCommon interface for all write commands.Classakka.io.TcpAkka
Tcp .WriteCommand$Classakka.io.TcpAkka
Tcp .WriteFileWrite count bytes starting at position from file at filePath to the connection.Classakka.io.TcpAkka
Tcp .WriteFile$Classakka.io.TcpAkka
Tcp .WritingResumedWhen useResumeWriting is in effect as indicated in the Tcp.Interfaceakka.io.TcpAkka
Tcp .WritingResumed$Classakka.io.TcpAkka
TcpConnectionBase class for TcpIncomingConnection and TcpOutgoingConnection.Classakka.ioAkka
TcpConnection$Classakka.ioAkka
TcpConnection .AllRead$Classakka.io.TcpConnectionAkka
TcpConnection .CloseInformationUsed to transport information to the postStop method to notify interested party about a connection close.Classakka.io.TcpConnectionAkka
TcpConnection .CloseInformation$Classakka.io.TcpConnectionAkka
TcpConnection .ConnectionInfoGroups required connection-related data that are only available once the connection has been fully established.Classakka.io.TcpConnectionAkka
TcpConnection .ConnectionInfo$Classakka.io.TcpConnectionAkka
TcpConnection .EmptyPendingWrite$Classakka.io.TcpConnectionAkka
TcpConnection .EndOfStream$Classakka.io.TcpConnectionAkka
TcpConnection .MoreDataWaiting$Classakka.io.TcpConnectionAkka
TcpConnection .PendingWriteClassakka.io.TcpConnectionAkka
TcpConnection .UpdatePendingWriteAndThenClassakka.io.TcpConnectionAkka
TcpConnection .UpdatePendingWriteAndThen$Classakka.io.TcpConnectionAkka
TcpConnection .WriteFileFailedClassakka.io.TcpConnectionAkka
TcpConnection .WriteFileFailed$Classakka.io.TcpConnectionAkka
TcpExtClassakka.ioAkka
TcpIncomingConnectionClassakka.ioAkka
TcpListenerClassakka.ioAkka
TcpListener$Classakka.ioAkka
TcpListener .FailedRegisterIncomingClassakka.io.TcpListenerAkka
TcpListener .FailedRegisterIncoming$Classakka.io.TcpListenerAkka
TcpListener .RegisterIncomingClassakka.io.TcpListenerAkka
TcpListener .RegisterIncoming$Classakka.io.TcpListenerAkka
TcpManager TcpManager is a facade for accepting commands (Tcp.Classakka.ioAkka
TcpMessageClassakka.ioAkka
TcpMessage$Classakka.ioAkka
TcpOutgoingConnectionClassakka.ioAkka
TcpSOJava API for accessing socket options.Classakka.ioAkka
TcpSO$Java API for accessing socket options.Classakka.ioAkka