All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Search JAR files by class name

Download xSocket JAR 2.0-beta-2 with all dependencies


xSocket

Files of the artifact xSocket version 2.0-beta-2 from the group org.xsocket.

Test

Artifact xSocket
Group org.xsocket
Version 2.0-beta-2
Last update 18. March 2008
Tags: xsocket
Organization not specified
URL http://www.xsocket.org
License GNU Lesser General Public License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
There is a newer version: 2.8.15
Show newest version
Show more of this group  Show more artifacts with this name
Show all versions of xSocket

Please rate this JAR file. Is it a good library?

1 downloads

Source code of xSocket version 2.0-beta-2

META-INF
META-INF.META-INF.MANIFEST.MF
org.xsocket
org.xsocket.org.xsocket.DataConverter
org.xsocket.org.xsocket.Dispatcher
org.xsocket.org.xsocket.Execution
org.xsocket.org.xsocket.IDataSink
org.xsocket.org.xsocket.IDataSource
org.xsocket.org.xsocket.IDispatcher
org.xsocket.org.xsocket.IDispatcherEventHandler
org.xsocket.org.xsocket.IHandle
org.xsocket.org.xsocket.ILifeCycle
org.xsocket.org.xsocket.IntrospectionBasedDynamicMBean
org.xsocket.org.xsocket.MaxReadSizeExceededException
org.xsocket.org.xsocket.MaxWriteSizeExceededException
org.xsocket.org.xsocket.Resource
org.xsocket.org.xsocket.WaitTimeoutException
org.xsocket.connection
org.xsocket.connection.org.xsocket.connection.AbstractNonBlockingStream
org.xsocket.connection.org.xsocket.connection.BlockingConnection
org.xsocket.connection.org.xsocket.connection.BlockingConnectionPool
org.xsocket.connection.org.xsocket.connection.ByteBufferUtil
org.xsocket.connection.org.xsocket.connection.ConnectionPoolMBeanProxyFactory
org.xsocket.connection.org.xsocket.connection.ConnectionUtils
org.xsocket.connection.org.xsocket.connection.HandlerProxy
org.xsocket.connection.org.xsocket.connection.IBlockingConnection
org.xsocket.connection.org.xsocket.connection.IConnectHandler
org.xsocket.connection.org.xsocket.connection.IConnection
org.xsocket.connection.org.xsocket.connection.IConnectionPool
org.xsocket.connection.org.xsocket.connection.IConnectionScoped
org.xsocket.connection.org.xsocket.connection.IConnectionTimeoutHandler
org.xsocket.connection.org.xsocket.connection.IDataHandler
org.xsocket.connection.org.xsocket.connection.IDisconnectHandler
org.xsocket.connection.org.xsocket.connection.IHandler
org.xsocket.connection.org.xsocket.connection.IHandlerAdapter
org.xsocket.connection.org.xsocket.connection.IIdleTimeoutHandler
org.xsocket.connection.org.xsocket.connection.IInternalHandler
org.xsocket.connection.org.xsocket.connection.INonBlockingConnection
org.xsocket.connection.org.xsocket.connection.IServer
org.xsocket.connection.org.xsocket.connection.IServerListener
org.xsocket.connection.org.xsocket.connection.NonBlockingConnection
org.xsocket.connection.org.xsocket.connection.NonBlockingConnectionPool
org.xsocket.connection.org.xsocket.connection.ReadQueue
org.xsocket.connection.org.xsocket.connection.Server
org.xsocket.connection.org.xsocket.connection.ServerMBeanProxyFactory
org.xsocket.connection.org.xsocket.connection.WriteQueue
org.xsocket.connection.org.xsocket.connection.package.html
org.xsocket.connection.spi
org.xsocket.connection.spi.org.xsocket.connection.spi.AbstractMemoryManager
org.xsocket.connection.spi.org.xsocket.connection.spi.Acceptor
org.xsocket.connection.spi.org.xsocket.connection.spi.ChainableIoHandler
org.xsocket.connection.spi.org.xsocket.connection.spi.DefaultIoProvider
org.xsocket.connection.spi.org.xsocket.connection.spi.IAcceptor
org.xsocket.connection.spi.org.xsocket.connection.spi.IAcceptorCallback
org.xsocket.connection.spi.org.xsocket.connection.spi.IAcceptorListener
org.xsocket.connection.spi.org.xsocket.connection.spi.IClientIoProvider
org.xsocket.connection.spi.org.xsocket.connection.spi.IHandlerIoProvider
org.xsocket.connection.spi.org.xsocket.connection.spi.IIoHandler
org.xsocket.connection.spi.org.xsocket.connection.spi.IIoHandlerCallback
org.xsocket.connection.spi.org.xsocket.connection.spi.IMemoryManager
org.xsocket.connection.spi.org.xsocket.connection.spi.IServerIoProvider
org.xsocket.connection.spi.org.xsocket.connection.spi.IoActivateableSSLHandler
org.xsocket.connection.spi.org.xsocket.connection.spi.IoQueue
org.xsocket.connection.spi.org.xsocket.connection.spi.IoSSLHandler
org.xsocket.connection.spi.org.xsocket.connection.spi.IoSocketDispatcher
org.xsocket.connection.spi.org.xsocket.connection.spi.IoSocketHandler
org.xsocket.connection.spi.org.xsocket.connection.spi.IoThrottledReadHandler
org.xsocket.connection.spi.org.xsocket.connection.spi.IoThrottledWriteHandler
org.xsocket.connection.spi.org.xsocket.connection.spi.SSLProcessor
org.xsocket.connection.spi.org.xsocket.connection.spi.SynchronizedMemoryManager
org.xsocket.connection.spi.org.xsocket.connection.spi.UnsynchronizedMemoryManager
org.xsocket.connection.spi.org.xsocket.connection.spi.package.html
org.xsocket.datagram
org.xsocket.datagram.org.xsocket.datagram.AbstractChannelBasedEndpoint
org.xsocket.datagram.org.xsocket.datagram.AbstractEndpoint
org.xsocket.datagram.org.xsocket.datagram.ConnectedEndpoint
org.xsocket.datagram.org.xsocket.datagram.Endpoint
org.xsocket.datagram.org.xsocket.datagram.IConnectedEndpoint
org.xsocket.datagram.org.xsocket.datagram.IDatagramHandler
org.xsocket.datagram.org.xsocket.datagram.IEndpoint
org.xsocket.datagram.org.xsocket.datagram.MemoryManager
org.xsocket.datagram.org.xsocket.datagram.MulticastEndpoint
org.xsocket.datagram.org.xsocket.datagram.UserDatagram
org.xsocket.datagram.org.xsocket.datagram.package.html
org.xsocket
org.xsocket.org.xsocket.package.html
org.xsocket.org.xsocket.version.txt
.overview.html




© 2015 - 2025 Weber Informatics LLC | Privacy Policy