public class SocketAddressEncoder extends Object
| Constructor and Description |
|---|
SocketAddressEncoder() |
| Modifier and Type | Method and Description |
|---|---|
static InetSocketAddress |
decode(String str) |
static String |
encode(InetSocketAddress address) |
public static InetSocketAddress decode(String str) throws UnknownHostException
UnknownHostExceptionpublic static String encode(InetSocketAddress address)
Copyright © 2003–2017 The Apache Software Foundation. All rights reserved.