| Name | Description | Type | Package | Framework |
| BufferPool | java. | Interface | akka.io | Akka |
|
| ChannelRegistration | a result of it having called register on the ChannelRegistry. | Interface | akka.io | Akka |
|
| ChannelRegistry | | Interface | akka.io | Akka |
|
| DirectByteBufferPool | A buffer pool which keeps a free list of direct buffers of a specified default size in a simple fixed size stack. | Class | akka.io | Akka |
|
| Dns | | Class | akka.io | Akka |
|
| Dns$ | | Class | akka.io | Akka |
|
| Dns .Resolve | | Class | akka.io.Dns | Akka |
|
| Dns .Resolve$ | | Class | akka.io.Dns | Akka |
|
| Dns .Resolved | | Class | akka.io.Dns | Akka |
|
| Dns .Resolved$ | | Class | akka.io.Dns | Akka |
|
| DnsExt | | Class | akka.io | Akka |
|
| DnsProvider | java. | Interface | akka.io | Akka |
|
| Inet | | Class | akka.io | Akka |
|
| Inet$ | | Class | akka.io | Akka |
|
| Inet .AbstractSocketOption | Java API: AbstractSocketOption is a package of data (from the user) and associated behavior (how to apply that to a channel). | Class | akka.io.Inet | Akka |
|
| Inet .AbstractSocketOptionV2 | | Class | akka.io.Inet | Akka |
|
| Inet .DatagramChannelCreator | DatagramChannel creation behavior. | Class | akka.io.Inet | Akka |
|
| Inet .DatagramChannelCreator$ | | Class | akka.io.Inet | Akka |
|
| Inet .SO$ | | Class | akka.io.Inet | Akka |
|
| Inet .SocketOption | SocketOption is a package of data (from the user) and associated behavior (how to apply that to a channel). | Interface | akka.io.Inet | Akka |
|
| Inet .SocketOptionV2 | Action to be taken for this option after connect returned (i. | Interface | akka.io.Inet | Akka |
|
| Inet .SoForwarders | Inet. | Interface | akka.io.Inet | Akka |
|
| Inet .SoJavaFactories | Inet. | Interface | akka.io.Inet | Akka |
|
| InetAddressDnsProvider | | Class | akka.io | Akka |
|
| InetAddressDnsResolver | | Class | akka.io | Akka |
|
| IO | Entry point to Akka’s IO layer. | Class | akka.io | Akka |
|
| IO$ | Entry point to Akka’s IO layer. | Class | akka.io | Akka |
|
| SelectionHandler | | Class | akka.io | Akka |
|
| SelectionHandler$ | | Class | akka.io | Akka |
|
| SelectionHandler .ChannelAcceptable$ | | Class | akka.io.SelectionHandler | Akka |
|
| SelectionHandler .ChannelConnectable$ | | Class | akka.io.SelectionHandler | Akka |
|
| SelectionHandler .ChannelReadable$ | | Class | akka.io.SelectionHandler | Akka |
|
| SelectionHandler .ChannelWritable$ | | Class | akka.io.SelectionHandler | Akka |
|
| SelectionHandler .Retry | | Class | akka.io.SelectionHandler | Akka |
|
| SelectionHandler .Retry$ | | Class | akka.io.SelectionHandler | Akka |
|
| SelectionHandler .SelectorBasedManager | | Class | akka.io.SelectionHandler | Akka |
|
| SelectionHandler .WorkerForCommand | | Class | akka.io.SelectionHandler | Akka |
|
| SelectionHandler .WorkerForCommand$ | | Class | akka.io.SelectionHandler | Akka |
|
| SelectionHandlerSettings | | Class | akka.io | Akka |
|
| SimpleDnsCache | | Class | akka.io | Akka |
|
| SimpleDnsCache$ | | Class | akka.io | Akka |
|
| SimpleDnsManager | | Class | akka.io | Akka |
|
| SimpleDnsManager$ | | Class | akka.io | Akka |
|
| Tcp | TCP Extension for Akka’s IO layer. | Class | akka.io | Akka |
|
| Tcp$ | TCP Extension for Akka’s IO layer. | Class | akka.io | Akka |
|
| 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 sent | Class | akka.io.Tcp | Akka |
|
| Tcp .Aborted$ | The connection has been aborted in response to an Abort command. | Class | akka.io.Tcp | Akka |
|
| Tcp .Bind | The Bind message is send to the TCP manager actor, which is obtained via TcpExt. | Class | akka.io.Tcp | Akka |
|
| Tcp .Bind$ | | Class | akka.io.Tcp | Akka |
|
| Tcp .Bound | The sender of a Tcp. | Class | akka.io.Tcp | Akka |
|
| Tcp .Bound$ | | Class | akka.io.Tcp | Akka |
|
| Tcp .Close$ | A normal close operation will first flush pending writes and then close the socket. | Class | akka.io.Tcp | Akka |
|
| Tcp .CloseCommand | Common interface for all commands which aim to close down an open connection. | Interface | akka.io.Tcp | Akka |
|
| Tcp .Closed$ | The connection has been closed normally in response to a Close command. | Class | akka.io.Tcp | Akka |
|
| Tcp .Command | This is the common trait for all commands understood by TCP actors. | Interface | akka.io.Tcp | Akka |
|
| Tcp .CommandFailed | Whenever a command cannot be completed, the queried actor will reply with this message, wrapping the original command which failed. | Class | akka.io.Tcp | Akka |
|
| Tcp .CommandFailed$ | | Class | akka.io.Tcp | Akka |
|
| Tcp .CompoundWrite | A write command which aggregates two other write commands. | Class | akka.io.Tcp | Akka |
|
| Tcp .CompoundWrite$ | | Class | akka.io.Tcp | Akka |
|
| Tcp .ConfirmedClose$ | A confirmed close operation will flush pending writes and half-close the connection, waiting for the peer to close the other half. | Class | akka.io.Tcp | Akka |
|
| Tcp .ConfirmedClosed$ | The connection has been half-closed by us and then half-close by the peer in response to a ConfirmedClose command. | Class | akka.io.Tcp | Akka |
|
| Tcp .Connect | The Connect message is sent to the TCP manager actor, which is obtained via TcpExt. | Class | akka.io.Tcp | Akka |
|
| Tcp .Connect$ | | Class | akka.io.Tcp | Akka |
|
| Tcp .Connected | The connection actor sends this message either to the sender of a Tcp. | Class | akka.io.Tcp | Akka |
|
| Tcp .Connected$ | | Class | akka.io.Tcp | Akka |
|
| Tcp .ConnectionClosed | This is the common interface for all events which indicate that a connection has been closed or half-closed. | Interface | akka.io.Tcp | Akka |
|
| Tcp .ErrorClosed | The connection has been closed due to an IO error. | Class | akka.io.Tcp | Akka |
|
| Tcp .ErrorClosed$ | | Class | akka.io.Tcp | Akka |
|
| Tcp .NoAck | Each Tcp. | Class | akka.io.Tcp | Akka |
|
| Tcp .NoAck$ | Default Tcp. | Class | akka.io.Tcp | Akka |
|
| Tcp .PeerClosed$ | The peer has closed its writing half of the connection. | Class | akka.io.Tcp | Akka |
|
| Tcp .Received | Whenever data are read from a socket they will be transferred within this class to the handler actor which was designated in the Tcp. | Class | akka.io.Tcp | Akka |
|
| Tcp .Received$ | | Class | akka.io.Tcp | Akka |
|
| Tcp .Register | This message must be sent to a TCP connection actor after receiving the Tcp. | Class | akka.io.Tcp | Akka |
|
| Tcp .Register$ | | Class | akka.io.Tcp | Akka |
|
| Tcp .ResumeAccepting | This message enables the accepting of the next connection if read throttling is enabled for connection actors. | Class | akka.io.Tcp | Akka |
|
| Tcp .ResumeAccepting$ | | Class | akka.io.Tcp | Akka |
|
| Tcp .ResumeReading$ | This command needs to be sent to the connection actor after a SuspendReading command in order to resume reading from the socket. | Class | akka.io.Tcp | Akka |
|
| Tcp .ResumeWriting$ | When useResumeWriting is in effect as was indicated in the Tcp. | Class | akka.io.Tcp | Akka |
|
| Tcp .SimpleWriteCommand | Common supertype of Tcp. | Class | akka.io.Tcp | Akka |
|
| Tcp .SO$ | Scala API: this object contains all applicable socket options for TCP. | Class | akka.io.Tcp | Akka |
|
| Tcp .SuspendReading$ | Sending this command to the connection actor will disable reading from the TCP socket. | Class | akka.io.Tcp | Akka |
|
| 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. | Class | akka.io.Tcp | Akka |
|
| Tcp .Unbound$ | | Class | akka.io.Tcp | Akka |
|
| Tcp .Write | Write data to the TCP connection. | Class | akka.io.Tcp | Akka |
|
| Tcp .Write$ | | Class | akka.io.Tcp | Akka |
|
| Tcp .WriteCommand | Common interface for all write commands. | Class | akka.io.Tcp | Akka |
|
| Tcp .WriteCommand$ | | Class | akka.io.Tcp | Akka |
|
| Tcp .WriteFile | Write count bytes starting at position from file at filePath to the connection. | Class | akka.io.Tcp | Akka |
|
| Tcp .WriteFile$ | | Class | akka.io.Tcp | Akka |
|
| Tcp .WritingResumed | When useResumeWriting is in effect as indicated in the Tcp. | Interface | akka.io.Tcp | Akka |
|
| Tcp .WritingResumed$ | | Class | akka.io.Tcp | Akka |
|
| TcpConnection | Base class for TcpIncomingConnection and TcpOutgoingConnection. | Class | akka.io | Akka |
|
| TcpConnection$ | | Class | akka.io | Akka |
|
| TcpConnection .AllRead$ | | Class | akka.io.TcpConnection | Akka |
|
| TcpConnection .CloseInformation | Used to transport information to the postStop method to notify interested party about a connection close. | Class | akka.io.TcpConnection | Akka |
|
| TcpConnection .CloseInformation$ | | Class | akka.io.TcpConnection | Akka |
|
| TcpConnection .ConnectionInfo | Groups required connection-related data that are only available once the connection has been fully established. | Class | akka.io.TcpConnection | Akka |
|
| TcpConnection .ConnectionInfo$ | | Class | akka.io.TcpConnection | Akka |
|
| TcpConnection .EmptyPendingWrite$ | | Class | akka.io.TcpConnection | Akka |
|
| TcpConnection .EndOfStream$ | | Class | akka.io.TcpConnection | Akka |
|
| TcpConnection .MoreDataWaiting$ | | Class | akka.io.TcpConnection | Akka |
|
| TcpConnection .PendingWrite | | Class | akka.io.TcpConnection | Akka |
|
| TcpConnection .UpdatePendingWriteAndThen | | Class | akka.io.TcpConnection | Akka |
|
| TcpConnection .UpdatePendingWriteAndThen$ | | Class | akka.io.TcpConnection | Akka |
|
| TcpConnection .WriteFileFailed | | Class | akka.io.TcpConnection | Akka |
|
| TcpConnection .WriteFileFailed$ | | Class | akka.io.TcpConnection | Akka |
|
| TcpExt | | Class | akka.io | Akka |
|
| TcpIncomingConnection | | Class | akka.io | Akka |
|
| TcpListener | | Class | akka.io | Akka |
|
| TcpListener$ | | Class | akka.io | Akka |
|
| TcpListener .FailedRegisterIncoming | | Class | akka.io.TcpListener | Akka |
|
| TcpListener .FailedRegisterIncoming$ | | Class | akka.io.TcpListener | Akka |
|
| TcpListener .RegisterIncoming | | Class | akka.io.TcpListener | Akka |
|
| TcpListener .RegisterIncoming$ | | Class | akka.io.TcpListener | Akka |
|
| TcpManager | TcpManager is a facade for accepting commands (Tcp. | Class | akka.io | Akka |
|
| TcpMessage | | Class | akka.io | Akka |
|
| TcpMessage$ | | Class | akka.io | Akka |
|
| TcpOutgoingConnection | | Class | akka.io | Akka |
|
| TcpSO | Java API for accessing socket options. | Class | akka.io | Akka |
|
| TcpSO$ | Java API for accessing socket options. | Class | akka.io | Akka |
|
| Udp | UDP Extension for Akka’s IO layer. | Class | akka.io | Akka |
|
| Udp$ | UDP Extension for Akka’s IO layer. | Class | akka.io | Akka |
|
| Udp .Bind | Send this message to the UdpExt. | Class | akka.io.Udp | Akka |
|
| Udp .Bind$ | | Class | akka.io.Udp | Akka |
|
| Udp .Bound | This message is sent by the listener actor in response to a Udp. | Class | akka.io.Udp | Akka |
|
| Udp .Bound$ | | Class | akka.io.Udp | Akka |
|
| Udp .Command | The common type of all commands supported by the UDP implementation. | Interface | akka.io.Udp | Akka |
|
| Udp .CommandFailed | When a command fails it will be replied to with this message type, wrapping the failing command object. | Class | akka.io.Udp | Akka |
|
| Udp .CommandFailed$ | | Class | akka.io.Udp | Akka |
|
| Udp .NoAck | Each Udp. | Class | akka.io.Udp | Akka |
|
| Udp .NoAck$ | Default Udp. | Class | akka.io.Udp | Akka |
|
| Udp .Received | When a listener actor receives a datagram from its socket it will send it to the handler designated in the Udp. | Class | akka.io.Udp | Akka |
|
| Udp .Received$ | | Class | akka.io.Udp | Akka |
|
| Udp .ResumeReading$ | This message must be sent to the listener actor to re-enable reading from the socket after a SuspendReading command. | Class | akka.io.Udp | Akka |
|
| Udp .Send | This message is understood by the “simple sender” which can be obtained by sending the Udp. | Class | akka.io.Udp | Akka |
|
| Udp .Send$ | | Class | akka.io.Udp | Akka |
|
| Udp .SimpleSender | Retrieve a reference to a “simple sender” actor of the UDP extension. | Class | akka.io.Udp | Akka |
|
| Udp .SimpleSender$ | | Class | akka.io.Udp | Akka |
|
| Udp .SimpleSenderReady$ | | Class | akka.io.Udp | Akka |
|
| Udp .SO$ | Scala API: This object provides access to all socket options applicable to UDP sockets. | Class | akka.io.Udp | Akka |
|
| Udp .SuspendReading$ | Send this message to a listener actor (which sent a Udp. | Class | akka.io.Udp | Akka |
|
| Udp .UdpSettings | | Class | akka.io.Udp | Akka |
|
| Udp .Unbind$ | Send this message to the listener actor that previously sent a Udp. | Class | akka.io.Udp | Akka |
|
| Udp .Unbound$ | | Class | akka.io.Udp | Akka |
|
| UdpConnected | UDP Extension for Akka’s IO layer. | Class | akka.io | Akka |
|
| UdpConnected$ | UDP Extension for Akka’s IO layer. | Class | akka.io | Akka |
|
| UdpConnected .Command | The common type of all commands supported by the UDP implementation. | Interface | akka.io.UdpConnected | Akka |
|
| UdpConnected .CommandFailed | When a command fails it will be replied to with this message type, wrapping the failing command object. | Class | akka.io.UdpConnected | Akka |
|
| UdpConnected .CommandFailed$ | | Class | akka.io.UdpConnected | Akka |
|
| UdpConnected .Connect | Send this message to the UdpExt. | Class | akka.io.UdpConnected | Akka |
|
| UdpConnected .Connect$ | | Class | akka.io.UdpConnected | Akka |
|
| UdpConnected .Connected$ | | Class | akka.io.UdpConnected | Akka |
|
| UdpConnected .Disconnect$ | Send this message to a connection actor (which had previously sent the UdpConnected. | Class | akka.io.UdpConnected | Akka |
|
| UdpConnected .Disconnected$ | | Class | akka.io.UdpConnected | Akka |
|
| UdpConnected .NoAck | Each UdpConnected. | Class | akka.io.UdpConnected | Akka |
|
| UdpConnected .NoAck$ | Default UdpConnected. | Class | akka.io.UdpConnected | Akka |
|
| UdpConnected .Received | When a connection actor receives a datagram from its socket it will send it to the handler designated in the Udp. | Class | akka.io.UdpConnected | Akka |
|
| UdpConnected .Received$ | | Class | akka.io.UdpConnected | Akka |
|
| UdpConnected .ResumeReading$ | This message must be sent to the listener actor to re-enable reading from the socket after a SuspendReading command. | Class | akka.io.UdpConnected | Akka |
|
| UdpConnected .Send | This message is understood by the connection actors to send data to their designated destination. | Class | akka.io.UdpConnected | Akka |
|
| UdpConnected .Send$ | | Class | akka.io.UdpConnected | Akka |
|
| UdpConnected .SuspendReading$ | Send this message to a listener actor (which sent a Udp. | Class | akka.io.UdpConnected | Akka |
|
| UdpConnectedExt | | Class | akka.io | Akka |
|
| UdpConnectedManager | | Class | akka.io | Akka |
|
| UdpConnectedMessage | Java API: factory methods for the message types used when communicating with the UdpConnected service. | Class | akka.io | Akka |
|
| UdpConnectedMessage$ | Java API: factory methods for the message types used when communicating with the UdpConnected service. | Class | akka.io | Akka |
|
| UdpConnection | | Class | akka.io | Akka |
|
| UdpExt | | Class | akka.io | Akka |
|
| UdpListener | | Class | akka.io | Akka |
|
| UdpManager | UdpManager is a facade for simple fire-and-forget style UDP operations UdpManager is obtainable by calling IO(Udp) (see IO and Udp) | Class | akka.io | Akka |
|
| UdpMessage | Java API: factory methods for the message types used when communicating with the Udp service. | Class | akka.io | Akka |
|
| UdpMessage$ | Java API: factory methods for the message types used when communicating with the Udp service. | Class | akka.io | Akka |
|
| UdpSender | | Class | akka.io | Akka |
|
| UdpSO | | Class | akka.io | Akka |
|
| UdpSO$ | | Class | akka.io | Akka |
|
| WithUdpSend | | Interface | akka.io | Akka |