java.lang.Object
|
+--javax.net.datagram.DatagramService
- See Also:
DatagramServiceFactory
,
Datagram
,
DatagramNameService
,
Address
public abstract void close()
throws java.io.IOException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected DatagramService()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract Address getAddress()
throws java.io.IOException
- See Also:
- IntermittentNetworkException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract int getMaximumLength()
throws java.io.IOException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract int getNominalLength()
throws java.io.IOException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static DatagramService getServerService(Address addr)
throws IntermittentNetworkException,
AddressNotSupportedException,
java.net.BindException,
java.io.IOException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static DatagramService getService(Address addr)
throws IntermittentNetworkException,
AddressNotSupportedException,
java.io.IOException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static Address parseAddress(java.lang.String address)
throws MalformedAddressException,
AddressNotSupportedException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract void receive(Datagram datagram)
throws AddressNotSupportedException,
IntermittentNetworkException,
java.io.IOException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract void receive(Datagram datagram,
int milliseconds)
throws IntermittentNetworkException,
AddressNotSupportedException,
java.io.InterruptedIOException,
java.io.IOException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract void send(Datagram datagram)
throws AddressNotSupportedException,
IntermittentNetworkException,
java.io.InterruptedIOException,
java.io.IOException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples