Loading core/java/android/net/LocalServerSocket.java +3 −7 Original line number Original line Diff line number Diff line Loading @@ -20,12 +20,8 @@ import java.io.IOException; import java.io.FileDescriptor; import java.io.FileDescriptor; /** /** * non-standard class for creating inbound UNIX-domain socket * Non-standard class for creating an inbound UNIX-domain socket * on the Android platform, this is created in the Linux non-filesystem * in the Linux abstract namespace. * namespace. * * On simulator platforms, this may be created in a temporary directory on * the filesystem */ */ public class LocalServerSocket { public class LocalServerSocket { private final LocalSocketImpl impl; private final LocalSocketImpl impl; Loading @@ -35,7 +31,7 @@ public class LocalServerSocket { private static final int LISTEN_BACKLOG = 50; private static final int LISTEN_BACKLOG = 50; /** /** * Crewates a new server socket listening at specified name. * Creates a new server socket listening at specified name. * On the Android platform, the name is created in the Linux * On the Android platform, the name is created in the Linux * abstract namespace (instead of on the filesystem). * abstract namespace (instead of on the filesystem). * * Loading Loading
core/java/android/net/LocalServerSocket.java +3 −7 Original line number Original line Diff line number Diff line Loading @@ -20,12 +20,8 @@ import java.io.IOException; import java.io.FileDescriptor; import java.io.FileDescriptor; /** /** * non-standard class for creating inbound UNIX-domain socket * Non-standard class for creating an inbound UNIX-domain socket * on the Android platform, this is created in the Linux non-filesystem * in the Linux abstract namespace. * namespace. * * On simulator platforms, this may be created in a temporary directory on * the filesystem */ */ public class LocalServerSocket { public class LocalServerSocket { private final LocalSocketImpl impl; private final LocalSocketImpl impl; Loading @@ -35,7 +31,7 @@ public class LocalServerSocket { private static final int LISTEN_BACKLOG = 50; private static final int LISTEN_BACKLOG = 50; /** /** * Crewates a new server socket listening at specified name. * Creates a new server socket listening at specified name. * On the Android platform, the name is created in the Linux * On the Android platform, the name is created in the Linux * abstract namespace (instead of on the filesystem). * abstract namespace (instead of on the filesystem). * * Loading