Class WSTCPFramedConnectionHandler
java.lang.Object
org.glassfish.grizzly.filterchain.BaseFilter
com.sun.xml.ws.transport.tcp.grizzly.WSTCPFramedConnectionHandler
- All Implemented Interfaces:
Filter
- Author:
- Alexey Stashok
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidattachChannel(SocketChannel socketChannel) handle(FilterChainContext ctx) Methods inherited from class org.glassfish.grizzly.filterchain.BaseFilter
createContext, exceptionOccurred, handleAccept, handleClose, handleEvent, onAdded, onFilterChainChanged, onRemoved, toString
-
Constructor Details
-
WSTCPFramedConnectionHandler
public WSTCPFramedConnectionHandler()
-
-
Method Details
-
handle
- Throws:
IOException
-
handleRead
- Specified by:
handleReadin interfaceFilter- Overrides:
handleReadin classBaseFilter- Throws:
IOException
-
handleWrite
- Specified by:
handleWritein interfaceFilter- Overrides:
handleWritein classBaseFilter- Throws:
IOException
-
handleConnect
- Specified by:
handleConnectin interfaceFilter- Overrides:
handleConnectin classBaseFilter- Throws:
IOException
-
attachChannel
-