- bufferDefaultSize(int) - Method in class io.github.joealisson.mmocore.ConnectionBuilder
-
Sets the size limit of the data buffer sent/received.
- bufferDefaultSize(int) - Method in class io.github.joealisson.mmocore.Connector
-
Sets the size limit of the data buffer sent/received.
- bufferLargePoolSize(int) - Method in class io.github.joealisson.mmocore.ConnectionBuilder
-
Sets the maximum amount of buffer with large size that can be holder on the BufferPool.
- bufferLargePoolSize(int) - Method in class io.github.joealisson.mmocore.Connector
-
Sets the maximum amount of buffer with large size that can be holder on the BufferPool.
- bufferLargeSize(int) - Method in class io.github.joealisson.mmocore.ConnectionBuilder
-
Sets the large size of the data buffer sent/received.
- bufferLargeSize(int) - Method in class io.github.joealisson.mmocore.Connector
-
Sets the large size of the data buffer sent/received.
- bufferMediumPoolSize(int) - Method in class io.github.joealisson.mmocore.ConnectionBuilder
-
Sets the maximum amount of buffer with medium size that can be holder on the BufferPool.
- bufferMediumPoolSize(int) - Method in class io.github.joealisson.mmocore.Connector
-
Sets the maximum amount of buffer with medium size that can be holder on the BufferPool.
- bufferMediumSize(int) - Method in class io.github.joealisson.mmocore.ConnectionBuilder
-
Sets the medium size of the data buffer sent/received.
- bufferMediumSize(int) - Method in class io.github.joealisson.mmocore.Connector
-
Sets the medium size of the data buffer sent/received.
- bufferPoolSize(int) - Method in class io.github.joealisson.mmocore.ConnectionBuilder
-
Sets the maximum amount of buffer with default size that can be holder on the BufferPool.
- bufferPoolSize(int) - Method in class io.github.joealisson.mmocore.Connector
-
Sets the maximum amount of buffer with default size that can be holder on the BufferPool.
- bufferSmallPoolSize(int) - Method in class io.github.joealisson.mmocore.ConnectionBuilder
-
Sets the maximum amount of buffer with small size that can be holder on the BufferPool.
- bufferSmallPoolSize(int) - Method in class io.github.joealisson.mmocore.Connector
-
Sets the maximum amount of buffer with small size that can be holder on the BufferPool.
- bufferSmallSize(int) - Method in class io.github.joealisson.mmocore.ConnectionBuilder
-
Sets the small size of the data buffer sent/received.
- bufferSmallSize(int) - Method in class io.github.joealisson.mmocore.Connector
-
Sets the small size of the data buffer sent/received.
- build() - Method in class io.github.joealisson.mmocore.ConnectionBuilder
-
Builds a new ConnectionHandler based on the options configured.
- byteOrder(ByteOrder) - Method in class io.github.joealisson.mmocore.ConnectionBuilder
-
Sets the byte order used to send and receive packets.
- byteOrder(ByteOrder) - Method in class io.github.joealisson.mmocore.Connector
-
Sets the byte order used to send and receive packets.