Class GearmanNIOJobServerConnectionImpl

java.lang.Object
org.gearman.common.GearmanNIOJobServerConnection
hudson.plugins.gearman.GearmanNIOJobServerConnectionImpl
All Implemented Interfaces:
org.gearman.common.GearmanJobServerConnection, org.gearman.common.GearmanJobServerIpConnection

public class GearmanNIOJobServerConnectionImpl extends org.gearman.common.GearmanNIOJobServerConnection
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from class org.gearman.common.GearmanNIOJobServerConnection

    canRead, canWrite, close, equals, getHost, getPort, getSelector, hasBufferedWriteData, hashCode, isOpen, read, registerSelector, toString, write

    Methods inherited from class java.lang.Object

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

  • Method Details

    • open

      public void open() throws IOException
      Specified by:
      open in interface org.gearman.common.GearmanJobServerConnection
      Overrides:
      open in class org.gearman.common.GearmanNIOJobServerConnection
      Throws:
      IOException