dk.i1.sctp
Class OneToManySCTPSocket

java.lang.Object
  extended by dk.i1.sctp.SCTPSocket
      extended by dk.i1.sctp.OneToManySCTPSocket

public class OneToManySCTPSocket
extends SCTPSocket

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

OneToManySCTPSocket

public OneToManySCTPSocket()
                    throws java.net.SocketException
Creates an unbound socket.

Throws:
java.net.SocketException

OneToManySCTPSocket

public OneToManySCTPSocket(int port)
                    throws java.net.SocketException
Creates a socket bound to the specified port.

Parameters:
port - The SCTP port to bind to. The socket is bound to all available interfaces (subject to system policies)
Throws:
java.net.SocketException