Modifier and Type | Interface and Description |
---|---|
interface |
Messenger<R extends AbstractRequest,S extends AbstractResponse>
The following are characteristics/roles of a Messenger
Responsible for creating, acquiring, closing or releasing a network resource (e.g.
|
interface |
Transport<S,R>
Transport interface.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpMessenger
A Messenger responsible for handling Web Requests and Responses.
|
class |
NettyMessenger<R extends AbstractRequest,S extends AbstractResponse>
Base class for modules utilizing Netty as the mode of transport
|
class |
NettyTransport
The netty transport driver, responsible for sending the messages to the provided
Channel . |
Modifier and Type | Class and Description |
---|---|
class |
AsyncHttpTransport
A wrapper class for the
AsyncHttpClient |
Modifier and Type | Class and Description |
---|---|
class |
SourceQueryMessenger
Messenger implementation for the Source Query Protocol
|
Modifier and Type | Class and Description |
---|---|
class |
SourceRconMessenger
RCON Messenger
|
Modifier and Type | Class and Description |
---|---|
class |
MasterServerMessenger
Handles the internal processing of the master server request/response.
|
Copyright © 2016–2024. All rights reserved.