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
UnknownHostException
public static String encode(InetSocketAddress address)
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.