ALPNServerSelector
Dynamically inject an appropriate pipeline using ALPN negotiation.
- Value Params
- builder
builds the appropriate pipeline based on the negotiated protocol
- engine
the
SSLEnginein use for the connection- selector
selects the preferred protocol from the sequence of supported clients. May receive an empty sequence.
Value members
Concrete methods
Inherited methods
Write a collection of outbound messages to the pipeline with a timeout
Write a collection of outbound messages to the pipeline with a timeout
- Inherited from
- Tail
Write a collection of outbound messages to the pipeline
Write a collection of outbound messages to the pipeline
- Inherited from
- Tail
Write a single outbound message to the pipeline with a timeout
Write a single outbound message to the pipeline with a timeout
- Inherited from
- Tail
Write a single outbound message to the pipeline
Write a single outbound message to the pipeline
- Inherited from
- Tail
Find the next outbound Stage of type C, if it exists.
Find the next outbound Stage of type C, if it exists.
- Inherited from
- Tail
Find the next outbound Stage with the given name, if it exists.
Find the next outbound Stage with the given name, if it exists.
- Inherited from
- Tail
Handle basic startup and shutdown commands.
Handle basic startup and shutdown commands.
- Value Params
- cmd
a command originating from the channel
- Inherited from
- Stage
Replace all downstream Stages, including this Stage.
Replace all downstream Stages, including this Stage.
If this was a MidStage, its inbound element is notified via a Disconnected Command.
- Inherited from
- Tail
Shuts down the stage, deallocating resources, etc.
Shuts down the stage, deallocating resources, etc.
It will be called when the stage receives a Disconnected command unless inboundCommand
is overridden. This method should not send or Disconnected commands.
It is possible that this will not be called due to failure of other stages to propagate shutdown commands. Conversely, it is also possible for this to be called more than once due to the reception of multiple shutdown commands. It is therefore recommended that the method be idempotent.
- Inherited from
- Stage