|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--org.apache.catalina.connector.warp.WarpConnection
コンストラクタの概要 | |
WarpConnection()
Construct a new instance of a WarpConnection . |
メソッドの概要 | |
WarpConnector |
getConnector()
Return the WarpConnector associated with this connection. |
java.net.Socket |
getSocket()
Return the socket this connection is working on. |
void |
lifecycleEvent(LifecycleEvent event)
Get notified of events in the connector. |
void |
recv(WarpPacket packet)
Receive a WARP packet over this connection. |
void |
run()
Process data from the socket. |
void |
send(WarpPacket packet)
Send a WARP packet over this connection. |
void |
setConnector(WarpConnector connector)
Set the WarpConnector associated with this connection. |
void |
setSocket(java.net.Socket socket)
Set the socket this connection is working on. |
void |
start()
Start working on this connection. |
void |
stop()
Stop all we're doing on the connection. |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
public WarpConnection()
WarpConnection
.メソッドの詳細 |
public void setSocket(java.net.Socket socket)
public java.net.Socket getSocket()
public void setConnector(WarpConnector connector)
WarpConnector
associated with this connection.public WarpConnector getConnector()
WarpConnector
associated with this connection.public void lifecycleEvent(LifecycleEvent event)
LifecycleListener
内の lifecycleEvent
org.apache.catalina.LifecycleListener
からコピーされたタグ:event
- LifecycleEvent that has occurredpublic void start()
public void stop()
public void run()
java.lang.Runnable
内の run
public void send(WarpPacket packet) throws java.io.IOException
public void recv(WarpPacket packet) throws java.io.IOException
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |