Operation
DatagramWrapper (String hostName, int port, int bufsize, PrintWriter logger), in Class DatagramWrapper
Documentation
* Opens a Datagram socket with the specified host, port, and buffer size.
* @param hostName the name of the server to connect to
* @param port the port through which to connect to the host server
* @param bufsize the size of the buffer to receive incomming communications
* @param logfile contains the name of the file to record all communications to.
* If it is null, then no file is created.
* @throws SocketException If there is an error connecting to the server.
* @throws IOException If there is an error opening the file.
Protocol | | Qualification | |
Exceptions | SocketException,IOException | Size | |
Time | | Concurrency | Sequential |
Export Control | PublicAccess | | |
Preconditions
Postconditions
Semantics
Property Settings
Java
Abstract | False | Static | False |
Final | False | Native | False |
Synchronized | False | | |
Data Modeler
dmItem | False | DMName | |
IsConstraint | False | ConstraintType | |
IsIndex | False | IsTrigger | False |
IsCluster | False | TableSpace | |
FillFactor | 0 | KeyList | |
CheckPredicate | | IsUnique | False |
DeferalMode | | InitialCheckTime | |
TriggerType | | TriggerReferencePart | |
IsInsertEvent | False | IsUpdateEvent | False |
IsDeleteEvent | False | | |