Class WSTCPProtocolHandler
java.lang.Object
org.glassfish.grizzly.filterchain.BaseFilter
com.sun.xml.ws.transport.tcp.grizzly.WSTCPProtocolHandler
- All Implemented Interfaces:
Filter
- Author:
- Alexey Stashok
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanexpireKey(SelectionKey key) Invoked when the SelectorThread is about to expire a SelectionKey.String[]handle(FilterChainContext ctx) Methods inherited from class org.glassfish.grizzly.filterchain.BaseFilter
createContext, exceptionOccurred, handleAccept, handleClose, handleConnect, handleEvent, handleWrite, onAdded, onFilterChainChanged, onRemoved, toString
-
Constructor Details
-
WSTCPProtocolHandler
-
-
Method Details
-
getProtocols
-
handle
- Throws:
IOException
-
handleRead
- Specified by:
handleReadin interfaceFilter- Overrides:
handleReadin classBaseFilter- Throws:
IOException
-
expireKey
Invoked when the SelectorThread is about to expire a SelectionKey.- Returns:
- true if the SelectorThread should expire the SelectionKey, false if not.
-