A C F G H I N O P R S T U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- aboutBox() - Method in class gurux.net.GXNet
-
Displays the copyright of the control, user license, and version information, in a dialog box.
- addListener(IGXMediaListener) - Method in class gurux.net.GXNet
- ALL - gurux.net.enums.AvailableMediaSettings
-
All network properties are shown.
- attach(String) - Method in class gurux.net.GXNet
-
Attach TCP/IP connection.
- AvailableMediaSettings - Enum in gurux.net.enums
-
Describes available settings for the media.
C
- close() - Method in class gurux.net.GXNet
- ConnectionEventArgs - Class in gurux.net
-
Argument class for IGXMedia connection and disconnection events.
- ConnectionEventArgs() - Constructor for class gurux.net.ConnectionEventArgs
-
Constructor.
- ConnectionEventArgs(String) - Constructor for class gurux.net.ConnectionEventArgs
-
Constructor.
- copy(Object) - Method in class gurux.net.GXNet
F
- finalize() - Method in class gurux.net.GXNet
-
Destructor.
- forValue(int) - Static method in enum gurux.net.enums.AvailableMediaSettings
-
Get enumerator from integer value.
G
- getAccept() - Method in class gurux.net.ConnectionEventArgs
-
Get is server accepting client connection.
- getAsyncWaitHandle() - Method in class gurux.net.GXNet
- getAsyncWaitTime() - Method in class gurux.net.GXNet
- getBytesReceived() - Method in class gurux.net.GXNet
-
Received byte count.
- getBytesSent() - Method in class gurux.net.GXNet
-
Sent byte count.
- getConfigurableSettings() - Method in class gurux.net.GXNet
- getConnectionWaitTime() - Method in class gurux.net.GXNet
-
Gets how long (milliseconds) server answer is waited when connection is made.
- getEop() - Method in class gurux.net.GXNet
- getHostName() - Method in class gurux.net.GXNet
-
Retrieves the name or IP address of the host.
- getInfo() - Method in class gurux.net.ConnectionEventArgs
-
Get connection TCP/IP and port number information.
- getIsSynchronous() - Method in class gurux.net.GXNet
- getLocale() - Method in class gurux.net.GXNet
- getMaxClientCount() - Method in class gurux.net.GXNet
-
Retrieves maximum count of connected clients.
- getMediaType() - Method in class gurux.net.GXNet
- getName() - Method in class gurux.net.GXNet
- getPort() - Method in class gurux.net.GXNet
-
Retrieves or sets the host or server port number.
- getProtocol() - Method in class gurux.net.GXNet
-
Retrieves the used protocol.
- getReceiveDelay() - Method in class gurux.net.GXNet
- getServer() - Method in class gurux.net.GXNet
-
Is server mode used.
- getSettings() - Method in class gurux.net.GXNet
-
Media settings as a XML string.
- getSynchronous() - Method in class gurux.net.GXNet
- getTrace() - Method in class gurux.net.GXNet
- getValue() - Method in enum gurux.net.enums.AvailableMediaSettings
-
Get enemerator's integer value.
- gurux.net - package gurux.net
-
Gurux network component determines methods that make the communication possible using Internet.
- gurux.net.enums - package gurux.net.enums
-
Gurux network enumeration package determines enumerations that make the communication possible using network connections.
- GXNet - Class in gurux.net
-
The GXNet component determines methods that make the communication possible using Internet.
- GXNet() - Constructor for class gurux.net.GXNet
-
Constructor.
- GXNet(NetworkType, int) - Constructor for class gurux.net.GXNet
-
Constructor used when server is started.
- GXNet(NetworkType, String, int) - Constructor for class gurux.net.GXNet
-
Client Constructor.
H
- HOST - gurux.net.enums.AvailableMediaSettings
-
Host Name is shown.
I
- IGXNetListener - Interface in gurux.net
-
Network listener interface.
- isOpen() - Method in class gurux.net.GXNet
N
- NetworkType - Enum in gurux.net.enums
-
Determines the valid network protocols to be used in data transfer.
O
- onClientConnected(Object, ConnectionEventArgs) - Method in interface gurux.net.IGXNetListener
-
Called when the client is establishing a connection with a GXNet Server.
- onClientDisconnected(Object, ConnectionEventArgs) - Method in interface gurux.net.IGXNetListener
-
Called when the client has been disconnected from the GXNet server.
- open() - Method in class gurux.net.GXNet
-
Opens the connection.
P
- PORT - gurux.net.enums.AvailableMediaSettings
-
Port number is shown.
- properties(JFrame) - Method in class gurux.net.GXNet
- PROTOCOL - gurux.net.enums.AvailableMediaSettings
-
Network protocol is shown.
R
- receive(ReceiveParameters<T>) - Method in class gurux.net.GXNet
- removeListener(IGXMediaListener) - Method in class gurux.net.GXNet
- resetByteCounters() - Method in class gurux.net.GXNet
-
Resets BytesReceived and BytesSent counters.
- resetSynchronousBuffer() - Method in class gurux.net.GXNet
S
- send(Object, String) - Method in class gurux.net.GXNet
- SERVER - gurux.net.enums.AvailableMediaSettings
-
Is Server is shown.
- setAccept(boolean) - Method in class gurux.net.ConnectionEventArgs
-
Set is server accepting client connection.
- setAsyncWaitTime(int) - Method in class gurux.net.GXNet
- setConfigurableSettings(int) - Method in class gurux.net.GXNet
- setConnectionWaitTime(int) - Method in class gurux.net.GXNet
-
Sets how long (milliseconds) server answer is waited when connection is made.
- setEop(Object) - Method in class gurux.net.GXNet
- setHostName(String) - Method in class gurux.net.GXNet
-
Sets the name or IP address of the host.
- setLocale(Locale) - Method in class gurux.net.GXNet
- setMaxClientCount(int) - Method in class gurux.net.GXNet
-
Sets maximum count of connected clients.
- setPort(int) - Method in class gurux.net.GXNet
-
Retrieves or sets the host or server port number.
- setProtocol(NetworkType) - Method in class gurux.net.GXNet
-
Sets the used protocol.
- setReceiveDelay(int) - Method in class gurux.net.GXNet
- setServer(boolean) - Method in class gurux.net.GXNet
-
Is server mode used.
- setSettings(String) - Method in class gurux.net.GXNet
- setTrace(TraceLevel) - Method in class gurux.net.GXNet
T
- TCP - gurux.net.enums.NetworkType
-
TCP/IP protocol.
U
- UDP - gurux.net.enums.NetworkType
-
UDP protocol.
V
- validate() - Method in class gurux.net.GXNet
- valueOf(String) - Static method in enum gurux.net.enums.AvailableMediaSettings
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum gurux.net.enums.NetworkType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum gurux.net.enums.AvailableMediaSettings
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum gurux.net.enums.NetworkType
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes All Packages