public class UdpCharDevice extends AbstractCharDevice
| Constructor and Description |
|---|
UdpCharDevice(InetSocketAddress remoteAddress) |
UdpCharDevice(InetSocketAddress remoteAddress,
InetSocketAddress localAddress) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addProperties(Map<String,Object> m) |
static String |
toHostString(InetSocketAddress address) |
String |
toString() |
getName, getPropertiespublic UdpCharDevice(@Nonnull InetSocketAddress remoteAddress, @CheckForNull InetSocketAddress localAddress)
public UdpCharDevice(@Nonnull InetSocketAddress remoteAddress)
protected void addProperties(Map<String,Object> m)
addProperties in class AbstractCharDevice@Nonnull public static String toHostString(@Nonnull InetSocketAddress address)