Interface ConnectInboundOutput
- All Superinterfaces:
AsyncOutput<ConnectInboundOutput>,SimpleAsyncOutput<ConnectInboundOutput>
@DoNotImplement public interface ConnectInboundOutput extends AsyncOutput<ConnectInboundOutput>
This is the output parameter of any
ConnectInboundInterceptor providing methods to define the outcome of a
CONNECT interception.
It can be used to
- Modify a CONNECT packet
- Since:
- 4.2.0, CE 2020.1
-
Method Summary
Modifier and Type Method Description @NotNull ModifiableConnectPacketgetConnectPacket()Use this object to make any changes to the CONNECT message.
-
Method Details
-
getConnectPacket
Use this object to make any changes to the CONNECT message.- Returns:
- A modifiable connect packet.
- Since:
- 4.2.0, CE 2020.1
-