Lines Matching refs:LocalSocketAddress
28921 method public android.net.LocalSocketAddress getLocalSocketAddress();
28927 method public void bind(android.net.LocalSocketAddress) throws java.io.IOException;
28929 method public void connect(android.net.LocalSocketAddress) throws java.io.IOException;
28930 method public void connect(android.net.LocalSocketAddress, int) throws java.io.IOException;
28934 method public android.net.LocalSocketAddress getLocalSocketAddress();
28938 method public android.net.LocalSocketAddress getRemoteSocketAddress();
28957 public class LocalSocketAddress {
28958 ctor public LocalSocketAddress(String, android.net.LocalSocketAddress.Namespace);
28959 ctor public LocalSocketAddress(String);
28961 method public android.net.LocalSocketAddress.Namespace getNamespace();
28964 public enum LocalSocketAddress.Namespace {
28965 enum_constant public static final android.net.LocalSocketAddress.Namespace ABSTRACT;
28966 enum_constant public static final android.net.LocalSocketAddress.Namespace FILESYSTEM;
28967 enum_constant public static final android.net.LocalSocketAddress.Namespace RESERVED;