akka.io
Class TcpExt.Settings

java.lang.Object
  extended by akka.io.SelectionHandlerSettings
      extended by akka.io.TcpExt.Settings
Enclosing class:
TcpExt

public class TcpExt.Settings
extends SelectionHandlerSettings


Method Summary
 int BatchAcceptLimit()
           
 int DirectBufferSize()
           
 java.lang.String FileIODispatcher()
           
 int FinishConnectRetries()
           
 java.lang.String ManagementDispatcher()
           
 int MaxChannelsPerSelector()
           
 int MaxDirectBufferPoolSize()
           
 int NrOfSelectors()
           
 int ReceivedMessageSizeLimit()
           
 scala.concurrent.duration.Duration RegisterTimeout()
           
 int TransferToLimit()
           
 
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
 

Method Detail

NrOfSelectors

public int NrOfSelectors()

BatchAcceptLimit

public int BatchAcceptLimit()

DirectBufferSize

public int DirectBufferSize()

MaxDirectBufferPoolSize

public int MaxDirectBufferPoolSize()

RegisterTimeout

public scala.concurrent.duration.Duration RegisterTimeout()

ReceivedMessageSizeLimit

public int ReceivedMessageSizeLimit()

ManagementDispatcher

public java.lang.String ManagementDispatcher()

FileIODispatcher

public java.lang.String FileIODispatcher()

TransferToLimit

public int TransferToLimit()

MaxChannelsPerSelector

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

FinishConnectRetries

public int FinishConnectRetries()