See: Description
| Interface | Description |
|---|---|
| IDatagramHandlerFactory |
Factory used to create a datagram handler that will be associated with
a datagram-oriented session created by
DatagramServerHandler. |
| ISctpSessionFactory |
Factory used to create an SCTP session for a newly accepted
connection.
|
| ISelectorLoopStructureFactory |
Factory used to configure the internal structure of the selector loop.
|
| ISessionStructureFactory |
Factory used to configure the internal structure of the created session
|
| IStreamSessionFactory |
Factory used to create a stream-oriented session for a newly accepted
connection.
|
| Class | Description |
|---|---|
| AbstractSctpSessionFactory |
Base implementation of the
ISctpSessionFactory interface. |
| AbstractSessionFactory |
Base implementation of the
IStreamSessionFactory interface. |
| DefaultSelectorLoopStructureFactory |
Default factory used to configure the internal structure of the selector loop.
|
| DefaultSessionStructureFactory |
Default factory used to configure the internal structure of the created session.
|
| DefaultThreadFactory |
Default implementation of the
ThreadFactory interface that is
used by the API. |
Copyright © 2017–2022 SNF4J.ORG. All rights reserved.