|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RtpSocket
Start time:09:28:08 2009-08-03
Project: mobicents-media-server-test-suite
| Method Summary | |
|---|---|
void |
addListener(RtpSocketListener listener)
|
void |
close()
|
java.nio.channels.DatagramChannel |
getChannel()
|
java.lang.String |
getLocalAddress()
Gets address to which this socked is bound. |
int |
getLocalPort()
Returns port number to which this socked is bound. |
java.nio.channels.SelectionKey |
getSelectionKey()
|
int |
init(java.net.InetAddress bindAddress,
int lowPOrt,
int highPort)
|
boolean |
isChannelOpen()
|
void |
notify(java.lang.Exception e)
|
void |
receive(RtpPacket rtpPacket)
|
void |
release()
|
void |
removeListener(RtpSocketListener listener)
|
void |
setPeer(java.net.InetAddress address,
int port)
|
| Method Detail |
|---|
void close()
java.nio.channels.SelectionKey getSelectionKey()
void setPeer(java.net.InetAddress address,
int port)
throws java.io.IOException
java.io.IOExceptionvoid addListener(RtpSocketListener listener)
void removeListener(RtpSocketListener listener)
java.lang.String getLocalAddress()
int getLocalPort()
void notify(java.lang.Exception e)
void receive(RtpPacket rtpPacket)
rtpPacket - java.nio.channels.DatagramChannel getChannel()
boolean isChannelOpen()
void release()
int init(java.net.InetAddress bindAddress,
int lowPOrt,
int highPort)
throws java.net.SocketException,
java.io.IOException
bindAddress - i - j -
java.net.SocketException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||