Package org.glassfish.tyrus.core.coder
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 java.lang.Object- Author:
- Pavel Bucek
-
-
Constructor Summary
Constructors Constructor Description CoderAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()This method does nothing.voidinit(EndpointConfig config)This method does nothing.
-
-
-
Method Detail
-
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.
-
-