Package org.apache.pekko.io
Class TcpExt.Settings
java.lang.Object
org.apache.pekko.io.SelectionHandlerSettings
org.apache.pekko.io.TcpExt.Settings
- Enclosing class:
- TcpExt
-
Method Summary
Modifier and TypeMethodDescriptionintintintintintintintscala.concurrent.duration.DurationintbooleanMethods inherited from class org.apache.pekko.io.SelectionHandlerSettings
MaxChannels, SelectorAssociationRetries, SelectorDispatcher, TraceLogging, WorkerDispatcher
-
Method Details
-
BatchAcceptLimit
public int BatchAcceptLimit() -
DirectBufferSize
public int DirectBufferSize() -
FileIODispatcher
-
FinishConnectRetries
public int FinishConnectRetries() -
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()
-