Package tigase.net

Class SocketThread

java.lang.Object
tigase.net.SocketThread
All Implemented Interfaces:
Runnable

public class SocketThread extends Object implements Runnable
Describe class SocketThread here.
Created: Mon Jan 30 12:01:17 2006
Author:
Artur Hefczyc
  • Field Details

    • DEF_MAX_THREADS_PER_CPU

      public static final int DEF_MAX_THREADS_PER_CPU
      See Also:
  • Method Details

    • addSocketService

      public static void addSocketService(IOService<?> s)
    • removeSocketService

      public static void removeSocketService(IOService<Object> s)
    • addSocketServicePriv

      public void addSocketServicePriv(IOService<?> s)
    • removeSocketServicePriv

      public void removeSocketServicePriv(IOService<?> s)
    • run

      public void run()
      Specified by:
      run in interface Runnable
    • setMaxThread

      public void setMaxThread(int threads)
    • setMaxThreadPerCPU

      public void setMaxThreadPerCPU(int threads)