class NGUnixDomainServerSocket extends ServerSocket
Implements a ServerSocket
which binds to a local Unix domain socket
and returns instances of NGUnixDomainSocket
from
#accept()
.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- NGUnixDomainServerSocket
- ServerSocket
- Closeable
- AutoCloseable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
NGUnixDomainServerSocket(backlog: Int, path: String)
Constructs and binds a Unix domain server socket to the specified path with the specified listen backlog.
-
new
NGUnixDomainServerSocket(path: String)
Constructs and binds a Unix domain server socket to the specified path.
-
new
NGUnixDomainServerSocket(backlog: Int)
Constructs an unbound Unix domain server socket with the specified listen backlog.
- new NGUnixDomainServerSocket()
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
accept(): Socket
- Definition Classes
- NGUnixDomainServerSocket → ServerSocket
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
bind(endpoint: SocketAddress): Unit
- Definition Classes
- NGUnixDomainServerSocket → ServerSocket
-
def
bind(arg0: SocketAddress, arg1: Int): Unit
- Definition Classes
- ServerSocket
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
close(): Unit
- Definition Classes
- NGUnixDomainServerSocket → ServerSocket → Closeable → AutoCloseable
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
getChannel(): ServerSocketChannel
- Definition Classes
- ServerSocket
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getInetAddress(): InetAddress
- Definition Classes
- ServerSocket
-
def
getLocalPort(): Int
- Definition Classes
- ServerSocket
-
def
getLocalSocketAddress(): SocketAddress
- Definition Classes
- ServerSocket
-
def
getReceiveBufferSize(): Int
- Definition Classes
- ServerSocket
- Annotations
- @throws( classOf[java.net.SocketException] )
-
def
getReuseAddress(): Boolean
- Definition Classes
- ServerSocket
- Annotations
- @throws( classOf[java.net.SocketException] )
-
def
getSoTimeout(): Int
- Definition Classes
- ServerSocket
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
implAccept(arg0: Socket): Unit
- Attributes
- protected[java.net]
- Definition Classes
- ServerSocket
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
isBound(): Boolean
- Definition Classes
- ServerSocket
-
def
isClosed(): Boolean
- Definition Classes
- ServerSocket
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
setPerformancePreferences(arg0: Int, arg1: Int, arg2: Int): Unit
- Definition Classes
- ServerSocket
-
def
setReceiveBufferSize(arg0: Int): Unit
- Definition Classes
- ServerSocket
- Annotations
- @throws( classOf[java.net.SocketException] )
-
def
setReuseAddress(arg0: Boolean): Unit
- Definition Classes
- ServerSocket
- Annotations
- @throws( classOf[java.net.SocketException] )
-
def
setSoTimeout(arg0: Int): Unit
- Definition Classes
- ServerSocket
- Annotations
- @throws( classOf[java.net.SocketException] )
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- ServerSocket → AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )