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 Details

    • setEndpoint

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