Server
Represents an application capable of handling requests. A server can be either a Plugin or a ServerClient.
Inheritors
Functions
Link copied to clipboard
Returns the encapsulated plugin if this instance represents a Plugin or null
if it is ServerClient.
Link copied to clipboard
Returns the encapsulated server-client if this instance represents a ServerClient or null
if it is a Plugin.