public class TelUtils extends Object
Constructor and Description |
---|
TelUtils() |
Modifier and Type | Method and Description |
---|---|
static boolean |
aBoolean(TelAttribute telAttribute,
String key) |
static int |
aInteger(TelAttribute telAttribute,
String key) |
static String |
aString(TelAttribute telAttribute,
String key) |
static InetAddress |
finalBindAddress(String hostString) |
static int |
waitString(io.netty.buffer.ByteBuf byteBuf,
String waitString) |
public static boolean aBoolean(TelAttribute telAttribute, String key)
public static int aInteger(TelAttribute telAttribute, String key)
public static InetAddress finalBindAddress(String hostString) throws UnknownHostException
UnknownHostException
public static String aString(TelAttribute telAttribute, String key)
public static int waitString(io.netty.buffer.ByteBuf byteBuf, String waitString)
Copyright © 2020. All rights reserved.