jp.common.socket
クラス JpServerSocket

java.lang.Object
  上位を拡張 java.net.ServerSocket
      上位を拡張 jp.common.socket.JpServerSocket

public class JpServerSocket
extends java.net.ServerSocket


コンストラクタの概要
JpServerSocket()
           
JpServerSocket(int port)
           
JpServerSocket(int port, int backlog)
           
JpServerSocket(int port, int backlog, java.net.InetAddress bindAddr)
           
 
メソッドの概要
 java.net.Socket accept()
           
 
クラス java.net.ServerSocket から継承されたメソッド
bind, bind, close, getChannel, getInetAddress, getLocalPort, getLocalSocketAddress, getReceiveBufferSize, getReuseAddress, getSoTimeout, isBound, isClosed, setPerformancePreferences, setReceiveBufferSize, setReuseAddress, setSocketFactory, setSoTimeout, toString
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

JpServerSocket

public JpServerSocket()
               throws java.io.IOException
例外:
java.io.IOException

JpServerSocket

public JpServerSocket(int port)
               throws java.io.IOException
例外:
java.io.IOException

JpServerSocket

public JpServerSocket(int port,
                      int backlog)
               throws java.io.IOException
例外:
java.io.IOException

JpServerSocket

public JpServerSocket(int port,
                      int backlog,
                      java.net.InetAddress bindAddr)
               throws java.io.IOException
例外:
java.io.IOException
メソッドの詳細

accept

public java.net.Socket accept()
                       throws java.io.IOException
オーバーライド:
クラス java.net.ServerSocket 内の accept
例外:
java.io.IOException