Package tigase.net
Class ConnectionOpenThread
- java.lang.Object
-
- tigase.net.ConnectionOpenThread
-
- All Implemented Interfaces:
java.lang.Runnable
public class ConnectionOpenThread extends java.lang.Object implements java.lang.RunnableDescribe class ConnectionOpenThread here.
Created: Wed Jan 25 23:51:28 2006- Author:
- Artur Hefczyc
-
-
Field Summary
Fields Modifier and Type Field Description protected longaccept_counterstatic longdef_5222_throttlingstatic longdef_5223_throttlingstatic longdef_5269_throttlingstatic longdef_5280_throttlingstatic java.util.Map<java.lang.Integer,tigase.net.ConnectionOpenThread.PortThrottlingData>throttling
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddConnectionOpenListener(ConnectionOpenListener al)static ConnectionOpenThreadgetInstance()voidremoveConnectionOpenListener(ConnectionOpenListener al)voidrun()voidstart()voidstop()
-
-
-
Field Detail
-
def_5222_throttling
public static final long def_5222_throttling
- See Also:
- Constant Field Values
-
def_5223_throttling
public static final long def_5223_throttling
- See Also:
- Constant Field Values
-
def_5269_throttling
public static final long def_5269_throttling
- See Also:
- Constant Field Values
-
def_5280_throttling
public static final long def_5280_throttling
- See Also:
- Constant Field Values
-
throttling
public static java.util.Map<java.lang.Integer,tigase.net.ConnectionOpenThread.PortThrottlingData> throttling
-
accept_counter
protected long accept_counter
-
-
Method Detail
-
getInstance
public static ConnectionOpenThread getInstance()
-
addConnectionOpenListener
public void addConnectionOpenListener(ConnectionOpenListener al)
-
removeConnectionOpenListener
public void removeConnectionOpenListener(ConnectionOpenListener al)
-
run
public void run()
- Specified by:
runin interfacejava.lang.Runnable
-
start
public void start()
-
stop
public void stop()
-
-