public final class GIOPFilter extends BaseFilter
Filter,
which is response for Buffer <-> GIOPMessage transformation.| Constructor and Description |
|---|
GIOPFilter() |
| Modifier and Type | Method and Description |
|---|---|
NextAction |
handleRead(FilterChainContext ctx)
Method is called, when new data was read from the Connection and ready
to be processed.
|
NextAction |
handleWrite(FilterChainContext ctx)
Method is called, when we write a data to the Connection.
|
createContext, exceptionOccurred, handleAccept, handleClose, handleConnect, handleEvent, onAdded, onFilterChainChanged, onRemoved, toStringpublic NextAction handleRead(FilterChainContext ctx) throws IOException
handleRead in interface FilterhandleRead in class BaseFilterctx - Context of FilterChainContext processingIOExceptionpublic NextAction handleWrite(FilterChainContext ctx) throws IOException
handleWrite in interface FilterhandleWrite in class BaseFilterctx - Context of FilterChainContext processingIOExceptionCopyright © 2024 Oracle Corporation. All rights reserved.