- initWithTCPPort:
Initializes the receiver as a local TCP/IP socket of type
SOCK_STREAM
, listening on a specified port number.
レシーバを型SOCK_STREAM
のローカルTCP/IPソケットとして初期化します、指定されたポート番号上で聞き耳を立てます。
- initWithProtocolFamily:socketType:protocol:address:
Initializes the receiver as a local socket with the provided arguments.
レシーバをローカルソケットとして、この提供された引数で初期化します。
- initWithProtocolFamily:socketType:protocol:socket:
Initializes the receiver with a previously created local socket.
レシーバをある以前に作成されたローカルソケットで初期化します。
- initRemoteWithTCPPort:host:
Initializes the receiver as a TCP/IP socket of type
SOCK_STREAM
that can connect to a remote host on a specified port.
レシーバを型SOCK_STREAM
のローカルTCP/IPソケットとして初期化します、それは指定されたポート上でリモートホストに接続できます。
- initRemoteWithProtocolFamily:socketType:protocol:address:
Initializes the receiver as a remote socket with the provided arguments.
レシーバをリモートソケットとして、この提供された引数で初期化します。