A C D E F G I M O R S T U W 

G

getBytes() - Method in class Extasys.DataFrame
 
getBytes() - Method in class Extasys.Network.TCP.Client.Connectors.Packets.OutgoingTCPClientPacket
Returns the byte array of this packet.
getBytes() - Method in class Extasys.Network.TCP.Server.Listener.Packets.OutgoingTCPClientConnectionPacket
Returns the byte array of this packet.
getBytesIn() - Method in class Extasys.Network.TCP.Client.Connectors.TCPConnector
Return the number of bytes received from this connector.
getBytesIn() - Method in class Extasys.Network.TCP.Client.ExtasysTCPClient
Returns the total number of bytes received from all the connectors of the client.
getBytesIn() - Method in class Extasys.Network.TCP.Server.ExtasysTCPServer
Returns the total bytes received from this server.
getBytesIn() - Method in class Extasys.Network.TCP.Server.Listener.TCPClientConnection
Return number of bytes received from this client.
getBytesIn() - Method in class Extasys.Network.TCP.Server.Listener.TCPListener
Returns the number of bytes received from this TCPListener.
getBytesIn() - Method in class Extasys.Network.UDP.Client.Connectors.UDPConnector
Return the number of bytes received from this connector.
getBytesIn() - Method in class Extasys.Network.UDP.Client.ExtasysUDPClient
Returns the total bytes received.
getBytesIn() - Method in class Extasys.Network.UDP.Server.ExtasysUDPServer
Returns the total bytes received from this server.
getBytesIn() - Method in class Extasys.Network.UDP.Server.Listener.UDPListener
 
getBytesOut() - Method in class Extasys.Network.TCP.Client.Connectors.TCPConnector
Returns the number of bytes send from this connector.
getBytesOut() - Method in class Extasys.Network.TCP.Client.ExtasysTCPClient
Returns the total number of bytes send from all the connectors of the client.
getBytesOut() - Method in class Extasys.Network.TCP.Server.ExtasysTCPServer
Returns the total bytes send from this server.
getBytesOut() - Method in class Extasys.Network.TCP.Server.Listener.TCPClientConnection
Return number of bytes sent from this client.
getBytesOut() - Method in class Extasys.Network.TCP.Server.Listener.TCPListener
Returns the number of bytes sent from this TCPListener.
getBytesOut() - Method in class Extasys.Network.UDP.Client.Connectors.UDPConnector
Return the number of bytes send from this connector.
getBytesOut() - Method in class Extasys.Network.UDP.Client.ExtasysUDPClient
Returns the total bytes send.
getBytesOut() - Method in class Extasys.Network.UDP.Server.ExtasysUDPServer
Returns the total bytes send from this server.
getBytesOut() - Method in class Extasys.Network.UDP.Server.Listener.UDPListener
 
getClient() - Method in exception Extasys.Network.TCP.Server.Listener.Exceptions.ClientIsDisconnectedException
Returns the disconnected client.
getConnectedClients() - Method in class Extasys.Network.TCP.Server.Listener.TCPListener
Returns a Hashtable with the connected clients of this listener.
getConnectionStartUpDateTime() - Method in class Extasys.Network.TCP.Server.Listener.TCPClientConnection
Return connection start up Date-Time.
getConnectionTimeOut() - Method in class Extasys.Network.TCP.Server.Listener.TCPListener
Returns the connections time-out in milliseconds of this listener.
getConnectorInstance() - Method in exception Extasys.Network.TCP.Client.Exceptions.ConnectorCannotSendPacketException
Returns the connector was unable to send the packet.
getConnectorInstance() - Method in exception Extasys.Network.TCP.Client.Exceptions.ConnectorDisconnectedException
Returns the disconnected connector.
getConnectors() - Method in class Extasys.Network.TCP.Client.ExtasysTCPClient
Return ArrayList with the client's connectors.
getConnectors() - Method in class Extasys.Network.UDP.Client.ExtasysUDPClient
Return ArrayList with the client's connectors.
getCurrentConnectionsNumber() - Method in class Extasys.Network.TCP.Server.ExtasysTCPServer
Returns the current connections number of this server.
getData() - Method in class Extasys.Network.TCP.Client.Connectors.Packets.IncomingTCPClientPacket
Returns the data of this packet.
getData() - Method in class Extasys.Network.TCP.Client.Connectors.Packets.MessageCollectorTCPClientPacket
Returns the data of this packet.
getData() - Method in class Extasys.Network.TCP.Server.Listener.Packets.IncomingTCPClientConnectionPacket
Returns the data of this packet.
getData() - Method in class Extasys.Network.TCP.Server.Listener.Packets.MessageCollectorTCPClientConnectionPacket
Returns the data of this packet.
getData() - Method in class Extasys.Network.UDP.Client.Connectors.Packets.IncomingUDPClientPacket
Returns the DatagramPacket of this incoming UDP packet.
getData() - Method in class Extasys.Network.UDP.Client.Connectors.Packets.OutgoingUDPClientPacket
Returns the DatagramPacket of this outgoing UDP packet.
getData() - Method in class Extasys.Network.UDP.Server.Listener.Packets.IncomingUDPServerPacket
Returns the DatagramPacket of this incoming UDP packet.
getData() - Method in class Extasys.Network.UDP.Server.Listener.Packets.OutgoingUDPServerPacket
Returns the DatagramPacket of this outgoing UDP packet.
getDescription() - Method in class Extasys.Network.TCP.Client.ExtasysTCPClient
Return the description of the client.
getDescription() - Method in class Extasys.Network.TCP.Server.ExtasysTCPServer
Server's description.
getDescription() - Method in class Extasys.Network.UDP.Client.ExtasysUDPClient
Return the description of the client.
getDescription() - Method in class Extasys.Network.UDP.Server.ExtasysUDPServer
Returns the description of this server.
getIPAddress() - Method in class Extasys.Network.TCP.Server.Listener.TCPClientConnection
Return client's IP Address.
getIPAddress() - Method in class Extasys.Network.TCP.Server.Listener.TCPListener
Returns listener's IP address.
getIPAddress() - Method in class Extasys.Network.UDP.Server.Listener.UDPListener
Returns the IP address of this UDP Listener.
getLength() - Method in class Extasys.DataFrame
 
getLength() - Method in class Extasys.Network.TCP.Client.Connectors.Packets.OutgoingTCPClientPacket
Returns the number of bytes to send from this packet.
getLength() - Method in class Extasys.Network.TCP.Server.Listener.Packets.OutgoingTCPClientConnectionPacket
Returns the number of bytes to send from this packet.
getListeners() - Method in class Extasys.Network.TCP.Server.ExtasysTCPServer
Returns an ArrayList with this server's tcp listeners.
getListeners() - Method in class Extasys.Network.UDP.Server.ExtasysUDPServer
Returns an ArrayList with this server's tcp listeners.
getMaxConnections() - Method in class Extasys.Network.TCP.Server.Listener.TCPListener
Returns allowed maximum connections.
getMessageSplitter() - Method in class Extasys.Network.TCP.Client.Connectors.TCPConnector
Returns message collector's splitter in string format.
getMessageSplitter() - Method in class Extasys.Network.TCP.Server.Listener.TCPListener
Returns message collector's splitter in string format.
getMyExtasysTCPClient() - Method in class Extasys.Network.TCP.Client.Connectors.TCPConnector
Returns the main Extasys TCP Client of the connector.
getMyExtasysTCPServer() - Method in class Extasys.Network.TCP.Server.Listener.TCPClientConnection
Returns the reference of the Extasys TCP Server of this client.
getMyExtasysTCPServer() - Method in class Extasys.Network.TCP.Server.Listener.TCPListener
Returns a reference of this listener's main Extasys TCP server.
getMyExtasysUDPClient() - Method in class Extasys.Network.UDP.Client.Connectors.UDPConnector
Returns the main Extasys UDP Client of the connector.
getMyExtasysUDPServer() - Method in class Extasys.Network.UDP.Server.Listener.UDPListener
Returns the main Extasys UDP Server of this UDP listener.
getMyMessageCollector() - Method in class Extasys.Network.TCP.Client.Connectors.TCPConnector
Returns the message collector of this connector.
getMyMessageCollector() - Method in class Extasys.Network.TCP.Server.Listener.TCPClientConnection
Returns the message collector of this client.
getMyTCPListener() - Method in class Extasys.Network.TCP.Server.Listener.TCPClientConnection
Returns the reference of the TCP Listener of this client.
getMyThreadPool() - Method in class Extasys.Network.TCP.Client.ExtasysTCPClient
Return the client's Thread Pool.
getMyThreadPool() - Method in class Extasys.Network.TCP.Server.ExtasysTCPServer
Returns my Thread Pool.
getMyThreadPool() - Method in class Extasys.Network.UDP.Client.ExtasysUDPClient
Return the client's Thread Pool.
getMyThreadPool() - Method in class Extasys.Network.UDP.Server.ExtasysUDPServer
Returns this server's thread pool.
getName() - Method in class Extasys.Network.TCP.Client.Connectors.TCPConnector
Returns the name of this connector.
getName() - Method in class Extasys.Network.TCP.Client.ExtasysTCPClient
Return the name of the client.
getName() - Method in class Extasys.Network.TCP.Server.ExtasysTCPServer
Server's name.
getName() - Method in class Extasys.Network.TCP.Server.Listener.TCPClientConnection
Return the client's name.
getName() - Method in class Extasys.Network.TCP.Server.Listener.TCPListener
Return's this listener's name.
getName() - Method in class Extasys.Network.UDP.Client.Connectors.UDPConnector
Returns the name of this connector.
getName() - Method in class Extasys.Network.UDP.Client.ExtasysUDPClient
Return the name of the client.
getName() - Method in class Extasys.Network.UDP.Server.ExtasysUDPServer
Returns the name of this server.
getName() - Method in class Extasys.Network.UDP.Server.Listener.UDPListener
Returns the name of this UDP Listener.
getOffset() - Method in class Extasys.Network.TCP.Client.Connectors.Packets.OutgoingTCPClientPacket
Returns the offset of this packet.
getOffset() - Method in class Extasys.Network.TCP.Server.Listener.Packets.OutgoingTCPClientConnectionPacket
Returns the offset of this packet.
getOutgoingPacket() - Method in exception Extasys.Network.TCP.Client.Exceptions.ConnectorCannotSendPacketException
Returns the unsent packet.
getPacket() - Method in exception Extasys.Network.TCP.Server.Listener.Exceptions.OutgoingPacketFailedException
Returns the failed packet.
getPort() - Method in class Extasys.Network.TCP.Server.Listener.TCPListener
Returns listener's port.
getPort() - Method in class Extasys.Network.UDP.Server.Listener.UDPListener
Returns the UDP port of this listener.
getPreviusPacket() - Method in class Extasys.Network.TCP.Client.Connectors.Packets.IncomingTCPClientPacket
Returns the previus incoming packet received by the client.
getPreviusPacket() - Method in class Extasys.Network.UDP.Client.Connectors.Packets.IncomingUDPClientPacket
Returns the previus incoming packet received by the client.
getPreviusPacket() - Method in class Extasys.Network.UDP.Client.Connectors.Packets.OutgoingUDPClientPacket
Returns the previus outgoing packet of the client.
getPreviusPacket() - Method in class Extasys.Network.UDP.Server.Listener.Packets.IncomingUDPServerPacket
Returns the previus incoming packet received by the server.
getPreviusPacket() - Method in class Extasys.Network.UDP.Server.Listener.Packets.OutgoingUDPServerPacket
Returns the previus outgoing packet of the server.
getReadBufferSize() - Method in class Extasys.Network.TCP.Client.Connectors.TCPConnector
Returns the read buffer size of the connection.
getReadBufferSize() - Method in class Extasys.Network.TCP.Server.Listener.TCPListener
Returns read buffer size in bytes for each client connection of this TCPListener.
getReadBufferSize() - Method in class Extasys.Network.UDP.Client.Connectors.UDPConnector
Returns the read buffer size of the connection.
getReadBufferSize() - Method in class Extasys.Network.UDP.Server.Listener.UDPListener
Returns the read buffer size of this listener.
getReadTimeOut() - Method in class Extasys.Network.UDP.Client.Connectors.UDPConnector
Returns the maximum time in milliseconds in wich a datagram packet can be received.
getServerIPAddress() - Method in class Extasys.Network.TCP.Client.Connectors.TCPConnector
Returns the remote server's ip address.
getServerPort() - Method in class Extasys.Network.TCP.Client.Connectors.TCPConnector
Returns the remote server TCP port.
getServerSocket() - Method in class Extasys.Network.TCP.Server.Listener.TCPListener
Returns TCP listener's ServerSocket.
getTag() - Method in class Extasys.Network.TCP.Server.Listener.TCPClientConnection
Return client's tag.
A C D E F G I M O R S T U W