|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjp.wda.g2.system.AbstractSocketProcessor
public abstract class AbstractSocketProcessor
| フィールドの概要 | |
|---|---|
protected Logger |
syslog
システムロガー |
| コンストラクタの概要 | |
|---|---|
AbstractSocketProcessor(Connection connection,
SockletContainer container)
デフォルトの設定を用いてオブジェクトを構築するコンストラクタ |
|
| メソッドの概要 | |
|---|---|
void |
doCommand(java.nio.ByteBuffer command)
|
java.lang.Object |
getAttributes()
XXXを取得します。 |
java.lang.String |
getClientID()
クライアントIDを取得します。 |
ConnectingConditions |
getConnectingConditions()
XXXを取得します。 |
Connection |
getConnection()
XXXを取得します。 |
java.lang.String |
getEncoding()
使用するデフォルトのエンコーディング名を取得します。 |
java.lang.String |
getIPAddress()
クライアントのホストIPアドレスを取得します。 |
long |
getTimeout()
タイムアウトするミリ秒数を取得します。 |
boolean |
isTerminated()
終了済みソケットであるかどうかを取得します。 |
void |
setAttributes(java.lang.Object s)
XXXを設定します。 |
void |
setConnectingConditions(ConnectingConditions s)
XXXを設定します。 |
void |
setEncoding(java.lang.String s)
使用するデフォルトのエンコーディング名を設定します。 |
void |
setTimeout(long s)
タイムアウトするミリ秒数を設定します。 |
void |
terminate()
このソケットを使用しているクライアントを強制的に終了させます。 |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| インタフェース jp.wda.g2.SocketProcessor から継承されたメソッド |
|---|
send, terminate |
| フィールドの詳細 |
|---|
protected final Logger syslog
| コンストラクタの詳細 |
|---|
public AbstractSocketProcessor(Connection connection,
SockletContainer container)
throws GPSSException
GPSSException| メソッドの詳細 |
|---|
public Connection getConnection()
public java.lang.String getClientID()
SocketProcessor 内の getClientIDSocketProcessor.getClientID()public java.lang.String getIPAddress()
SocketProcessor 内の getIPAddressSocketProcessor.getIPAddress()public java.lang.String getEncoding()
SocketProcessor 内の getEncodingSocketProcessor.getEncoding()public void setEncoding(java.lang.String s)
SocketProcessor 内の setEncodings - 設定値public long getTimeout()
SocketProcessor 内の getTimeoutpublic void setTimeout(long s)
SocketProcessor 内の setTimeouts - 設定値public boolean isTerminated()
SocketProcessor 内の isTerminatedpublic java.lang.Object getAttributes()
SocketProcessor 内の getAttributespublic void setAttributes(java.lang.Object s)
SocketProcessor 内の setAttributess - 設定値public ConnectingConditions getConnectingConditions()
SocketProcessor 内の getConnectingConditionspublic void setConnectingConditions(ConnectingConditions s)
SocketProcessor 内の setConnectingConditionss - 設定値public void doCommand(java.nio.ByteBuffer command)
SocketProcessor 内の doCommandcommand - public void terminate()
SocketProcessor の記述:
SocketProcessor 内の terminate
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||