java.lang.Object
org.glassfish.grizzly.filterchain.BaseFilter
org.glassfish.grizzly.filterchain.AbstractCodecFilter<Buffer,String>
org.glassfish.grizzly.utils.StringFilter
StringFilter implementation, which performs Buffer <-> String transformation.
- Author:
- Alexey Stashok
-
Constructor Summary
ConstructorsConstructorDescriptionStringFilter(Charset charset) StringFilter(Charset charset, String stringTerminatingSymb) -
Method Summary
Methods inherited from class org.glassfish.grizzly.filterchain.AbstractCodecFilter
getDecoder, getEncoder, handleRead, handleWriteMethods inherited from class org.glassfish.grizzly.filterchain.BaseFilter
createContext, exceptionOccurred, handleAccept, handleClose, handleConnect, handleEvent, onAdded, onFilterChainChanged, onRemoved, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.glassfish.grizzly.filterchain.Filter
exceptionOccurred, handleAccept, handleClose, handleConnect, handleEvent, onAdded, onFilterChainChanged, onRemoved
-
Constructor Details
-
StringFilter
public StringFilter() -
StringFilter
-
StringFilter
-