InsufficientMtuException

InsufficientMtuExceptions should be thrown by the transporter when the packet from the manager is too large to be sent or (potentially) fragmented. The exception includes the transporter's MTU.

Constructors

Link copied to clipboard
constructor(payloadLength: Int, mtu: Int)

Functions

Link copied to clipboard
fun addSuppressed(exception: Throwable)
Link copied to clipboard
Link copied to clipboard
open fun getCause(): Throwable
Link copied to clipboard
open fun getDataLength(): Int
Link copied to clipboard
Link copied to clipboard
open fun getMessage(): String
Link copied to clipboard
open fun getMtu(): Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun initCause(cause: Throwable): Throwable
Link copied to clipboard
open fun printStackTrace()
Link copied to clipboard
open fun setStackTrace(stackTrace: Array<StackTraceElement>)
Link copied to clipboard
open fun toString(): String
@NotNull
open fun toString(): @NotNull String