|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectdk.i1.sctp.SCTPSocket
dk.i1.sctp.OneToManySCTPSocket
public class OneToManySCTPSocket
A one-to-many SCTP socket.
A one-to-many socket is used when you need a single endpoint connected to multiple peers.
This is typically used in server-like sockets.
Contrast with OneToOneSCTPSocket.
| Constructor Summary | |
|---|---|
OneToManySCTPSocket()
Creates an unbound socket. |
|
OneToManySCTPSocket(int port)
Creates a socket bound to the specified port. |
|
| Method Summary |
|---|
| Methods inherited from class dk.i1.sctp.SCTPSocket |
|---|
bind, bind, bind, bind, chunkAvailable, close, configureAutoClose, configureBlocking, connect, connect, disconnect, disconnect, finalize, getLocalInetAddresses, getLocalInetAddresses, getLocalInetPort, getPeerInetAddresses, getPeerInetPort, getReceiveBufferSize, getSctpNoDelay, getSendBufferSize, isBlocking, isClosed, listen, receive, receive, receiveNow, send, setInitMsg, setPeerParameters, setReceiveBufferSize, setSctpNoDelay, setSendBufferSize, subscribeEvents, wakeup |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OneToManySCTPSocket()
throws java.net.SocketException
java.net.SocketException
public OneToManySCTPSocket(int port)
throws java.net.SocketException
port - The SCTP port to bind to. The socket is bound to all available interfaces (subject to system policies)
java.net.SocketException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||