akka.io
Class Udp.UdpSettings

java.lang.Object
  extended by akka.io.SelectionHandlerSettings
      extended by akka.io.Udp.UdpSettings
Enclosing class:
Udp

public static class Udp.UdpSettings
extends SelectionHandlerSettings


Constructor Summary
Udp.UdpSettings(com.typesafe.config.Config _config)
           
 
Method Summary
 int BatchReceiveLimit()
           
 int DirectBufferSize()
           
 java.lang.String ManagementDispatcher()
           
 int MaxChannelsPerSelector()
           
 int MaxDirectBufferPoolSize()
           
 int NrOfSelectors()
           
 
Methods inherited from class akka.io.SelectionHandlerSettings
MaxChannels, SelectorAssociationRetries, SelectorDispatcher, TraceLogging, WorkerDispatcher
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Udp.UdpSettings

public Udp.UdpSettings(com.typesafe.config.Config _config)
Method Detail

NrOfSelectors

public int NrOfSelectors()

DirectBufferSize

public int DirectBufferSize()

MaxDirectBufferPoolSize

public int MaxDirectBufferPoolSize()

BatchReceiveLimit

public int BatchReceiveLimit()

ManagementDispatcher

public java.lang.String ManagementDispatcher()

MaxChannelsPerSelector

public int MaxChannelsPerSelector()
Specified by:
MaxChannelsPerSelector in class SelectionHandlerSettings