KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > net > datagram > DatagramServiceFactory

javax.net.datagram
Class DatagramServiceFactory

java.lang.Object
  |
  +--javax.net.datagram.DatagramServiceFactory
See Also:
DatagramService, Address

public static void addService(DatagramServiceFactory factory)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected DatagramServiceFactory()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected abstract DatagramService open(Address addr)
                                 throws java.io.IOException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected abstract DatagramService openServer(Address addr)
                                       throws java.net.BindException,
                                              java.io.IOException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected abstract Address parseAddress(java.lang.String address)
                                 throws MalformedAddressException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static void removeService(DatagramServiceFactory factory)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags