|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.wda.g2.system.AbstractSocketProcessor
jp.wda.g2.extention.nio.NioSocketProcessor
public class NioSocketProcessor
フィールドの概要 |
---|
クラス jp.wda.g2.system.AbstractSocketProcessor から継承されたフィールド |
---|
syslog |
コンストラクタの概要 | |
---|---|
NioSocketProcessor(Connection connection,
SockletContainer container)
デフォルトの設定を用いてオブジェクトを構築するコンストラクタ |
メソッドの概要 | |
---|---|
boolean |
send(java.lang.String message)
このソケットを使用しているクライアントにメッセージを送ります。 |
void |
terminate()
このソケットを使用しているクライアントを強制的に終了させます。 |
void |
terminate(java.lang.String message)
このソケットを使用しているクライアントに終了メッセージ送出後、ソケットを強制的に終了させます。 |
クラス jp.wda.g2.system.AbstractSocketProcessor から継承されたメソッド |
---|
doCommand, getAttributes, getClientID, getConnectingConditions, getConnection, getEncoding, getIPAddress, getTimeout, isTerminated, setAttributes, setConnectingConditions, setEncoding, setTimeout |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public NioSocketProcessor(Connection connection, SockletContainer container) throws GPSSException
GPSSException
メソッドの詳細 |
---|
public boolean send(java.lang.String message)
message
- クライアントに送るメッセージ文字列
public void terminate()
SocketProcessor
内の terminate
AbstractSocketProcessor
内の terminate
public void terminate(java.lang.String message)
message
- 終了メッセージ
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |