Package org.xsocket

Package class diagram package org.xsocket
Provides shared classes for nio-based network applications.

See:
          Description

Interface Summary
IDataSink A data sink is an I/O resource capable of receiving data.
IDataSource A data source is an I/O resource capable of providing data.
ILifeCycle The LifeCycle defines call back methods, which notifies life cycle events

 

Class Summary
DataConverter a data converter utilities class
IntrospectionBasedDynamicMBean Introspection based dynamic mbean, which exposes the getter and setter methods (default, protected and public visibility) of the underlying object by using introspection


This is a xSocket internal class and subject to change
SerializedTaskQueue Serialized Task Queue

This is a xSocket internal class and subject to change
 

Exception Summary
MaxReadSizeExceededException Checked exception thrown when a read operation reaches the predefined limit, without getting the required data
MaxWriteSizeExceededException Checked exception thrown when a write operation reaches the predefined limit
 

Annotation Types Summary
Execution Annotation which defines if a method should be called in multithreaded context (default) or not.
Resource The Resource annotation marks a resource that is required by the application.
 

Package org.xsocket Description

Provides shared classes for nio-based network applications.



Copyright 2008 xSocket.org