ProxyStreamServer
Server that incorporates ProxyStream functionality.
Attributes
- Source
- ProxyStreamServer.scala
- Graph
-
- Supertypes
- Self type
Members list
Type members
Classlikes
Attributes
- Source
- ProxyStreamServer.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Value members
Abstract methods
Handle a single client connection in a separate thread.
Handle a single client connection in a separate thread.
Attributes
- Returns
-
the exit code to return to the client
- Source
- ProxyStreamServer.scala
Invoked before a thread that runs handleConnection is spawned.
Invoked before a thread that runs handleConnection is spawned.
Attributes
- Source
- ProxyStreamServer.scala
Concrete methods
Attributes
- Definition Classes
- Source
- ProxyStreamServer.scala
Returns true if the client is still alive. Invoked from another thread.
Returns true if the client is still alive. Invoked from another thread.
Attributes
- Definition Classes
- Source
- ProxyStreamServer.scala
Handle a single client connection in a separate thread.
Handle a single client connection in a separate thread.
Attributes
- Definition Classes
- Source
- ProxyStreamServer.scala
Invoked in handleConnection results in an exception.
Invoked in handleConnection results in an exception.
Attributes
- Definition Classes
- Source
- ProxyStreamServer.scala
Invoked when the server is stopped.
Invoked when the server is stopped.
Value parameters
- data
-
will be None if preHandleConnection haven't been invoked yet.
Attributes
- Definition Classes
- Source
- ProxyStreamServer.scala
Invoked before a thread that runs handleConnection is spawned.
Invoked before a thread that runs handleConnection is spawned.
Attributes
- Definition Classes
- Source
- ProxyStreamServer.scala
Inherited methods
Attributes
- Inherited from:
- Server
- Source
- Server.scala
Attributes
- Inherited from:
- Server
- Source
- Server.scala
Attributes
- Inherited from:
- Server
- Source
- Server.scala
Inherited fields
Attributes
- Inherited from:
- Server
- Source
- Server.scala