|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ServerProcessor | |
|---|---|
| org.starhope.appius.net | |
| org.starhope.appius.test | |
| Uses of ServerProcessor in org.starhope.appius.net |
|---|
| Classes in org.starhope.appius.net that implement ServerProcessor | |
|---|---|
class |
AdminProcessor
Processing thread for an administrative connection (normally port 2772) |
class |
BatchProcessor
Process JSON interactions in bulk |
class |
ServerThread
This is the server thread for Appius Claudius Caecus. |
class |
StreamProcessor
WRITEME: The documentation for this type (StreamProcessor) is incomplete. |
class |
WebSocketProcessor
WRITEME: Document this type. |
| Fields in org.starhope.appius.net with type parameters of type ServerProcessor | |
|---|---|
protected Class<? extends ServerProcessor> |
ListeningThread.acceptorType
The class of server thread which will be used to handle incoming connections on this port |
private Constructor<? extends ServerProcessor> |
ListeningThread.constructor
The constructor to be used to instantiate ServerProcessor:s |
| Constructor parameters in org.starhope.appius.net with type arguments of type ServerProcessor | |
|---|---|
ListeningThread(Class<? extends ServerProcessor> acceptor,
String portConfigKey)
Instantiate the listening thread |
|
| Uses of ServerProcessor in org.starhope.appius.test |
|---|
| Classes in org.starhope.appius.test that implement ServerProcessor | |
|---|---|
class |
UserLoadTest
WRITEME: The documentation for this type (UserLoadTest) is incomplete. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||