Class NetworkSwiftletImpl

java.lang.Object
NetworkSwiftlet
com.swiftmq.impl.net.netty.NetworkSwiftletImpl

public class NetworkSwiftletImpl extends NetworkSwiftlet
  • Field Details

  • Constructor Details

    • NetworkSwiftletImpl

      public NetworkSwiftletImpl()
  • Method Details

    • performTimeAction

      public void performTimeAction()
    • isReuseServerSocket

      public boolean isReuseServerSocket()
    • isDnsResolve

      public boolean isDnsResolve()
    • getZombiConnectionTimeout

      public long getZombiConnectionTimeout()
    • createTCPListener

      public void createTCPListener(ListenerMetaData metaData) throws Exception
      Throws:
      Exception
    • removeTCPListener

      public void removeTCPListener(ListenerMetaData metaData)
    • createIntraVMListener

      public void createIntraVMListener(IntraVMListenerMetaData metaData) throws Exception
      Throws:
      Exception
    • removeIntraVMListener

      public void removeIntraVMListener(IntraVMListenerMetaData metaData)
    • connectIntraVMListener

      public void connectIntraVMListener(String swiftletName, IntraVMConnection connection) throws Exception
      Throws:
      Exception
    • createTCPConnector

      public void createTCPConnector(ConnectorMetaData metaData) throws Exception
      Throws:
      Exception
    • removeTCPConnector

      public void removeTCPConnector(ConnectorMetaData metaData)
    • setDelayed

      public void setDelayed(boolean delayed)
    • startDelayed

      public void startDelayed() throws Exception
      Throws:
      Exception
    • startup

      protected void startup(Configuration config) throws SwiftletException
      Throws:
      SwiftletException
    • shutdown

      protected void shutdown() throws SwiftletException
      Throws:
      SwiftletException