Class CoderAdapter

java.lang.Object
org.glassfish.tyrus.core.coder.CoderAdapter
Direct Known Subclasses:
CoderWrapper, InputStreamDecoder, NoOpByteArrayCoder, NoOpByteBufferCoder, NoOpTextCoder, PrimitiveDecoders, ReaderDecoder, ToStringEncoder

public abstract class CoderAdapter extends Object
Adapter for Encoder and Decoder which implements lifecycle methods.
Author:
Pavel Bucek
  • Constructor Details

    • CoderAdapter

      public CoderAdapter()
  • Method Details

    • init

      public void init(EndpointConfig config)
      This method does nothing.
      Parameters:
      config - the endpoint configuration object when being brought into service.
    • destroy

      public void destroy()
      This method does nothing.