Skip navigation links
A D F G H I N O P R S T 

A

addSessionObserver(SessionObserver) - Method in class org.macroing.cit.server.Server
Adds sessionObserver, if absent.
addSessionObserver(SessionObserver) - Method in class org.macroing.cit.server.ServerDecorator
Adds sessionObserver to the decorated Server, if absent.

D

DOMAIN_NAME_SYSTEM_53 - Static variable in class org.macroing.cit.server.ServerConfiguration
The port for DNS with a port number of 53.

F

FILE_TRANSFER_PROTOCOL_20 - Static variable in class org.macroing.cit.server.ServerConfiguration
The port for FTP with a port number of 20.
FILE_TRANSFER_PROTOCOL_21 - Static variable in class org.macroing.cit.server.ServerConfiguration
The port for FTP with a port number of 21.

G

getExecutor() - Method in class org.macroing.cit.server.ServerConfiguration
Returns the Executor that will process events.
getHostname() - Method in class org.macroing.cit.server.ServerConfiguration
Returns the currently set hostname.
getPort() - Method in class org.macroing.cit.server.ServerConfiguration
Returns the currently set port.
getProtocol() - Method in class org.macroing.cit.server.ServerConfiguration
Returns the currently set Protocol.
getReceiveBufferSize() - Method in class org.macroing.cit.server.ServerConfiguration
Returns the size of the buffer containing the received data.
getSendBufferSize() - Method in class org.macroing.cit.server.ServerConfiguration
Returns the size of the buffer containing the data to send.
getServerConfiguration() - Method in class org.macroing.cit.server.Server
getServerConfiguration() - Method in class org.macroing.cit.server.ServerDecorator
Returns the ServerConfiguration provided by the decorated Server instance.
getSessionObservers() - Method in class org.macroing.cit.server.Server
Returns a List containing all currently added SessionObservers.
getSessionObservers() - Method in class org.macroing.cit.server.ServerDecorator
Returns a List containing all SessionObservers currently added to the decorated Server instance.
getThreadCount() - Method in class org.macroing.cit.server.ServerConfiguration
Returns the Thread count to use when processing events.

H

HYPERTEXT_TRANSFER_PROTOCOL_80 - Static variable in class org.macroing.cit.server.ServerConfiguration
The port for HTTP with a port number of 80.
HYPERTEXT_TRANSFER_PROTOCOL_SECURE_443 - Static variable in class org.macroing.cit.server.ServerConfiguration
The port for HTTPS with a port number of 443.

I

INTERNET_MESSAGE_ACCESS_PROTOCOL_143 - Static variable in class org.macroing.cit.server.ServerConfiguration
The port for IMAP with a port number of 143.
isDisconnectOnUnbindEnabled() - Method in class org.macroing.cit.server.ServerConfiguration
Returns true if, and only if, disconnection should occur on unbind, false otherwise.
isTCPNoDelayEnabled() - Method in class org.macroing.cit.server.ServerConfiguration
Returns the current TCP_NODELAY configuration.

N

NETWORK_NEWS_TRANSFER_PROTOCOL_119 - Static variable in class org.macroing.cit.server.ServerConfiguration
The port for NNTP with a port number of 119.
newInstance() - Static method in class org.macroing.cit.server.ServerConfiguration
Returns a new ServerConfiguration instance.
newServer() - Method in interface org.macroing.cit.server.spi.ServerProvider
Returns a new Server instance.

O

onStart() - Method in class org.macroing.cit.server.ServerDecorator
Overridden to call the method start() for the decorated Server instance.
onStop() - Method in class org.macroing.cit.server.ServerDecorator
Overridden to call the method stop() for the decorated Server instance.
org.macroing.cit.server - package org.macroing.cit.server
Provides classes and interfaces for creating a basic Server implementation.
org.macroing.cit.server.spi - package org.macroing.cit.server.spi
Provides Service Provider Interface (SPI) classes and interfaces for this library.

P

PORT_NUMBER_MAXIMUM - Static variable in class org.macroing.cit.server.ServerConfiguration
The maximum port number allowed.
PORT_NUMBER_MINIMUM - Static variable in class org.macroing.cit.server.ServerConfiguration
The minimum port number allowed.
POST_OFFICE_PROTOCOL_110 - Static variable in class org.macroing.cit.server.ServerConfiguration
The port for POP with a port number of 110.

R

removeSessionObserver(SessionObserver) - Method in class org.macroing.cit.server.Server
Removes sessionObserver, if present.
removeSessionObserver(SessionObserver) - Method in class org.macroing.cit.server.ServerDecorator
Removes sessionObserver from the decorated Server, if present.

S

SECURE_SHELL_22 - Static variable in class org.macroing.cit.server.ServerConfiguration
The port for SSH with a port number of 22.
Server - Class in org.macroing.cit.server
A Server is an abstract base class for defining a server.
Server() - Constructor for class org.macroing.cit.server.Server
Constructs a new Server instance.
ServerConfiguration - Class in org.macroing.cit.server
A class for handling Server configuration.
ServerDecorator - Class in org.macroing.cit.server
A ServerDecorator is a Decorator for the Server class.
ServerDecorator(Server) - Constructor for class org.macroing.cit.server.ServerDecorator
Constructs a new ServerDecorator, to decorate the given Server.
ServerProvider - Interface in org.macroing.cit.server.spi
A Service Provider Interface (SPI) that may be used in order to obtain a Server implementation.
setDisconnectOnUnbindEnabled(boolean) - Method in class org.macroing.cit.server.ServerConfiguration
Sets the disconnect on unbind configuration for this ServerConfiguration instance.
setExecutor(Executor) - Method in class org.macroing.cit.server.ServerConfiguration
Sets the Executor that will be used to process events.
setHostname(String) - Method in class org.macroing.cit.server.ServerConfiguration
Sets a hostname for this ServerConfiguration.
setPort(int) - Method in class org.macroing.cit.server.ServerConfiguration
Sets a port for this ServerConfiguration.
setProtocol(Protocol) - Method in class org.macroing.cit.server.ServerConfiguration
Sets a Protocol for this ServerConfiguration.
setReceiveBufferSize(int) - Method in class org.macroing.cit.server.ServerConfiguration
Sets the size of the buffer that will contain received data.
setSendBufferSize(int) - Method in class org.macroing.cit.server.ServerConfiguration
Sets the size of the buffer that will contain data to be sent.
setTCPNoDelayEnabled(boolean) - Method in class org.macroing.cit.server.ServerConfiguration
Sets a new TCP_NODELAY configuration for this ServerConfiguration.
setThreadCount(int) - Method in class org.macroing.cit.server.ServerConfiguration
Sets the Thread count that will be used when processing events.
SIMPLE_MAIL_TRANSFER_PROTOCOL_25 - Static variable in class org.macroing.cit.server.ServerConfiguration
The port for SMTP with a port number of 25.
SIMPLE_NETWORK_MANAGEMENT_PROTOCOL_161 - Static variable in class org.macroing.cit.server.ServerConfiguration
The port for SNMP with a port number of 161.

T

TELNET_23 - Static variable in class org.macroing.cit.server.ServerConfiguration
The port for TelNet with a port number of 23.
A D F G H I N O P R S T 
Skip navigation links