Interface EndpointAwareCodec

  • All Superinterfaces:
    Codec

    public interface EndpointAwareCodec
    extends Codec
    Implemented by Codecs that want to have access to WSEndpoint object.
    Since:
    2.1.1
    Author:
    Kohsuke Kawaguchi
    • Method Detail

      • setEndpoint

        void setEndpoint​(@NotNull
                         WSEndpoint endpoint)
        Called by the WSEndpoint implementation when the codec is associated with an endpoint.