|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjava.net.Socket
jp.common.socket.JpSocket
public class JpSocket
コンストラクタの概要 | |
---|---|
JpSocket()
|
|
JpSocket(java.net.InetAddress address,
int port)
super(host, port, stream)は非推奨です。 |
|
JpSocket(java.net.InetAddress address,
int port,
java.net.InetAddress localAddr,
int localPort)
|
|
JpSocket(java.net.SocketImpl impl)
super(host, port, stream)は非推奨です。 |
|
JpSocket(java.lang.String host,
int port)
|
|
JpSocket(java.lang.String host,
int port,
java.net.InetAddress localAddr,
int localPort)
|
メソッドの概要 | |
---|---|
java.io.InputStream |
getInputStream()
インプットストリームをMonitoringInputStreamでラップする。 |
クラス java.net.Socket から継承されたメソッド |
---|
bind, close, connect, connect, getChannel, getInetAddress, getKeepAlive, getLocalAddress, getLocalPort, getLocalSocketAddress, getOOBInline, getOutputStream, getPort, getReceiveBufferSize, getRemoteSocketAddress, getReuseAddress, getSendBufferSize, getSoLinger, getSoTimeout, getTcpNoDelay, getTrafficClass, isBound, isClosed, isConnected, isInputShutdown, isOutputShutdown, sendUrgentData, setKeepAlive, setOOBInline, setPerformancePreferences, setReceiveBufferSize, setReuseAddress, setSendBufferSize, setSocketImplFactory, setSoLinger, setSoTimeout, setTcpNoDelay, setTrafficClass, shutdownInput, shutdownOutput, toString |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
コンストラクタの詳細 |
---|
public JpSocket()
public JpSocket(java.lang.String host, int port) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public JpSocket(java.net.InetAddress address, int port) throws java.io.IOException
java.io.IOException
public JpSocket(java.net.SocketImpl impl) throws java.net.SocketException
java.net.SocketException
public JpSocket(java.lang.String host, int port, java.net.InetAddress localAddr, int localPort) throws java.io.IOException
java.io.IOException
public JpSocket(java.net.InetAddress address, int port, java.net.InetAddress localAddr, int localPort) throws java.io.IOException
java.io.IOException
メソッドの詳細 |
---|
public java.io.InputStream getInputStream() throws java.io.IOException
java.net.Socket
内の getInputStream
java.io.IOException
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |