Datagram Socket

GPTKB entity

Statements (27)
Predicate Object
gptkbp:instance_of gptkb:class
gptkb:API
gptkbp:bfsLayer 3
gptkbp:bfsParent gptkb:television_channel
gptkbp:allows sending and receiving datagrams
gptkbp:can_provide Inet Address
gptkbp:combatants local port
gptkbp:constructor Datagram Socket()
Datagram Socket(int port)
Datagram Socket(int port, Inet Address laddr)
gptkbp:has_method send(Datagram Packet)
https://www.w3.org/2000/01/rdf-schema#label Datagram Socket
gptkbp:is_used_for sending and receiving datagram packets
gptkbp:packaging gptkb:java.net
gptkbp:provides UDP communication
gptkbp:receives Inet Address
gptkbp:technique close()
get Inet Address()
get Local Port()
get Port()
receive(Datagram Packet p)
send(Datagram Packet p)
set Broadcast(boolean broadcast)
set Reuse Address(boolean reuse)
set So Timeout(int timeout)
gptkbp:throws gptkb:Socket_Exception
gptkbp:used_in Java Networking