Class WSTCPProtocolFilter

  • All Implemented Interfaces:
    org.glassfish.grizzly.filterchain.Filter

    public class WSTCPProtocolFilter
    extends org.glassfish.grizzly.filterchain.BaseFilter
    Author:
    Alexey Stashok
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.glassfish.grizzly.filterchain.NextAction handleClose​(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, handleConnect, handleEvent, handleWrite, onAdded, onFilterChainChanged, onRemoved, toString
    • Constructor Detail

      • WSTCPProtocolFilter

        public WSTCPProtocolFilter()
    • Method Detail

      • 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
      • handleClose

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