Class WSTCPProtocolHandler

java.lang.Object
org.glassfish.grizzly.filterchain.BaseFilter
com.sun.xml.ws.transport.tcp.grizzly.WSTCPProtocolHandler
All Implemented Interfaces:
org.glassfish.grizzly.filterchain.Filter

public final class WSTCPProtocolHandler extends org.glassfish.grizzly.filterchain.BaseFilter
Author:
Alexey Stashok
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Invoked when the SelectorThread is about to expire a SelectionKey.
     
    org.glassfish.grizzly.filterchain.NextAction
    handle(org.glassfish.grizzly.filterchain.FilterChainContext ctx)
     
    org.glassfish.grizzly.filterchain.NextAction
    handleRead(org.glassfish.grizzly.filterchain.FilterChainContext ctx)
     

    Methods inherited from class org.glassfish.grizzly.filterchain.BaseFilter

    createContext, exceptionOccurred, handleAccept, handleClose, handleConnect, handleEvent, handleWrite, onAdded, onFilterChainChanged, onRemoved, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • Method Details

    • getProtocols

      public String[] getProtocols()
    • handle

      public org.glassfish.grizzly.filterchain.NextAction handle(org.glassfish.grizzly.filterchain.FilterChainContext ctx) throws IOException
      Throws:
      IOException
    • handleRead

      public org.glassfish.grizzly.filterchain.NextAction handleRead(org.glassfish.grizzly.filterchain.FilterChainContext ctx) throws IOException
      Specified by:
      handleRead in interface org.glassfish.grizzly.filterchain.Filter
      Overrides:
      handleRead in class org.glassfish.grizzly.filterchain.BaseFilter
      Throws:
      IOException
    • expireKey

      public boolean expireKey(SelectionKey key)
      Invoked when the SelectorThread is about to expire a SelectionKey.
      Returns:
      true if the SelectorThread should expire the SelectionKey, false if not.