Package org.jspace.gate
Class UdpGateBuilder
java.lang.Object
org.jspace.gate.UdpGateBuilder
- All Implemented Interfaces:
GateBuilder
public class UdpGateBuilder extends java.lang.Object implements GateBuilder
-
Constructor Summary
Constructors Constructor Description UdpGateBuilder()
-
Method Summary
Modifier and Type Method Description ClientGate
createClientGate(java.net.URI uri)
ServerGate
createServerGate(java.net.URI uri)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
UdpGateBuilder
public UdpGateBuilder()
-
-
Method Details
-
createClientGate
- Specified by:
createClientGate
in interfaceGateBuilder
-
createServerGate
- Specified by:
createServerGate
in interfaceGateBuilder
-