Package

akka

io

Permalink

package io

Content Hierarchy
Visibility
  1. Public
  2. All

Type Members

  1. trait BufferPool extends AnyRef

    Permalink
  2. abstract class Dns extends AnyRef

    Permalink
    Annotations
    @ccompatUsedUntil213()
  3. class DnsExt extends Extension

    Permalink
  4. trait DnsProvider extends AnyRef

    Permalink
  5. class InetAddressDnsProvider extends DnsProvider

    Permalink
  6. class InetAddressDnsResolver extends Actor with ActorLogging

    Permalink

    Respects the settings that can be set on the Java runtime via parameters.

  7. abstract class SelectionHandlerSettings extends AnyRef

    Permalink
  8. class SimpleDnsCache extends Dns with PeriodicCacheCleanup

    Permalink
  9. class SimpleDnsManager extends Actor with RequiresMessageQueue[UnboundedMessageQueueSemantics] with ActorLogging

    Permalink
  10. class TcpExt extends Extension

    Permalink
  11. class UdpConnectedExt extends Extension

    Permalink
  12. class UdpExt extends Extension

    Permalink

Value Members

  1. object Dns extends ExtensionId[DnsExt] with ExtensionIdProvider

    Permalink
  2. object IO

    Permalink

    Entry point to Akka’s IO layer.

    Entry point to Akka’s IO layer.

    See also

    the Akka online documentation

  3. object Inet

    Permalink
  4. object IpVersionSelector

    Permalink
  5. object SimpleDnsCache

    Permalink
  6. object SimpleDnsManager

    Permalink
  7. object Tcp extends ExtensionId[TcpExt] with ExtensionIdProvider

    Permalink

    TCP Extension for Akka’s IO layer.

    TCP Extension for Akka’s IO layer.

    For a full description of the design and philosophy behind this IO implementation please refer to the Akka online documentation.

    In order to open an outbound connection send a Tcp.Connect message to the TcpExt#manager.

    In order to start listening for inbound connections send a Tcp.Bind message to the TcpExt#manager.

    The Java API for generating TCP commands is available at TcpMessage.

  8. object TcpMessage

    Permalink
  9. object TcpSO extends SoJavaFactories

    Permalink

    Java API for accessing socket options.

  10. object Udp extends ExtensionId[UdpExt] with ExtensionIdProvider

    Permalink

    UDP Extension for Akka’s IO layer.

    UDP Extension for Akka’s IO layer.

    This extension implements the connectionless UDP protocol without calling connect on the underlying sockets, i.e. without restricting from whom data can be received. For “connected” UDP mode see UdpConnected.

    For a full description of the design and philosophy behind this IO implementation please refer to the Akka online documentation.

    The Java API for generating UDP commands is available at UdpMessage.

    Annotations
    @ccompatUsedUntil213()
  11. object UdpConnected extends ExtensionId[UdpConnectedExt] with ExtensionIdProvider

    Permalink

    UDP Extension for Akka’s IO layer.

    UDP Extension for Akka’s IO layer.

    This extension implements the connectionless UDP protocol with calling connect on the underlying sockets, i.e. with restricting from whom data can be received. For “unconnected” UDP mode see Udp.

    For a full description of the design and philosophy behind this IO implementation please refer to the Akka online documentation.

    The Java API for generating UDP commands is available at UdpConnectedMessage.

    Annotations
    @ccompatUsedUntil213()
  12. object UdpConnectedMessage

    Permalink

    Java API: factory methods for the message types used when communicating with the UdpConnected service.

  13. object UdpMessage

    Permalink

    Java API: factory methods for the message types used when communicating with the Udp service.

  14. object UdpSO extends SoJavaFactories

    Permalink
  15. package dns

    Permalink

Ungrouped