Class WSTCPStreamAlgorithm

java.lang.Object
org.glassfish.grizzly.strategies.AbstractIOStrategy
com.sun.xml.ws.transport.tcp.grizzly.WSTCPStreamAlgorithm
All Implemented Interfaces:
org.glassfish.grizzly.IOStrategy, org.glassfish.grizzly.strategies.WorkerThreadPoolConfigProducer

public final class WSTCPStreamAlgorithm extends org.glassfish.grizzly.strategies.AbstractIOStrategy
Author:
Alexey Stashok
  • Field Summary

    Fields inherited from class org.glassfish.grizzly.strategies.AbstractIOStrategy

    ENABLE_INTEREST_LIFECYCLE_LISTENER
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    executeIoEvent(org.glassfish.grizzly.Connection connection, org.glassfish.grizzly.IOEvent ioEvent, boolean isIoEventEnabled)
     

    Methods inherited from class org.glassfish.grizzly.strategies.AbstractIOStrategy

    createDefaultWorkerPoolConfig, executeIoEvent, fireIOEvent, getThreadPoolFor, isReadWrite

    Methods inherited from class java.lang.Object

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

    • WSTCPStreamAlgorithm

      public WSTCPStreamAlgorithm()
  • Method Details

    • executeIoEvent

      public boolean executeIoEvent(org.glassfish.grizzly.Connection connection, org.glassfish.grizzly.IOEvent ioEvent, boolean isIoEventEnabled) throws IOException
      Throws:
      IOException