Interface ConnectInboundInput
- All Superinterfaces:
ClientBasedInput
@DoNotImplement public interface ConnectInboundInput extends ClientBasedInput
This is the input parameter of any
ConnectInboundInterceptor providing CONNECT, connection and client based
information.- Since:
- 4.2.0, CE 2020.1
-
Method Summary
Modifier and Type Method Description @Immutable @NotNull ConnectPacketgetConnectPacket()The unmodifiable CONNECT packet that was intercepted.Methods inherited from interface com.hivemq.extension.sdk.api.parameter.ClientBasedInput
getClientInformation, getConnectionInformation
-
Method Details
-
getConnectPacket
The unmodifiable CONNECT packet that was intercepted.- Returns:
- An unmodifiable
ConnectPacket. - Since:
- 4.2.0, CE 2020.1
-