Package tigase.net
Class ConnectionOpenThread
- java.lang.Object
-
- tigase.net.ConnectionOpenThread
-
- All Implemented Interfaces:
Runnable
public class ConnectionOpenThread extends Object implements Runnable
Describe class ConnectionOpenThread here.
Created: Wed Jan 25 23:51:28 2006- Version:
- $Rev$
- 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 Map<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 Map<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)
-
start
public void start()
-
stop
public void stop()
-
-