Package akka.io
Class TcpExt.Settings
- java.lang.Object
-
- akka.io.SelectionHandlerSettings
-
- akka.io.TcpExt.Settings
-
- Enclosing class:
- TcpExt
public class TcpExt.Settings extends SelectionHandlerSettings
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intBatchAcceptLimit()intDirectBufferSize()java.lang.StringFileIODispatcher()intFinishConnectRetries()java.lang.StringManagementDispatcher()intMaxChannelsPerSelector()intMaxDirectBufferPoolSize()intNrOfSelectors()intReceivedMessageSizeLimit()scala.concurrent.duration.DurationRegisterTimeout()intTransferToLimit()booleanWindowsConnectionAbortWorkaroundEnabled()-
Methods inherited from class akka.io.SelectionHandlerSettings
MaxChannels, SelectorAssociationRetries, SelectorDispatcher, TraceLogging, WorkerDispatcher
-
-
-
-
Method Detail
-
BatchAcceptLimit
public int BatchAcceptLimit()
-
DirectBufferSize
public int DirectBufferSize()
-
FileIODispatcher
public java.lang.String FileIODispatcher()
-
FinishConnectRetries
public int FinishConnectRetries()
-
ManagementDispatcher
public java.lang.String ManagementDispatcher()
-
MaxChannelsPerSelector
public int MaxChannelsPerSelector()
- Specified by:
MaxChannelsPerSelectorin classSelectionHandlerSettings
-
MaxDirectBufferPoolSize
public int MaxDirectBufferPoolSize()
-
NrOfSelectors
public int NrOfSelectors()
-
ReceivedMessageSizeLimit
public int ReceivedMessageSizeLimit()
-
RegisterTimeout
public scala.concurrent.duration.Duration RegisterTimeout()
-
TransferToLimit
public int TransferToLimit()
-
WindowsConnectionAbortWorkaroundEnabled
public boolean WindowsConnectionAbortWorkaroundEnabled()
-
-