Serialized Form
-
Package one.nio.async
-
Class one.nio.async.AsyncException extends RuntimeException implements Serializable
-
Class one.nio.async.CombinedFuture extends Object implements Serializable
-
Class one.nio.async.CompletedFuture extends Object implements Serializable
-
Serialized Fields
-
value
V value
-
-
-
-
Package one.nio.cluster
-
Class one.nio.cluster.ServiceUnavailableException extends Exception implements Serializable
-
-
Package one.nio.compiler
-
Class one.nio.compiler.CompilationException extends Exception implements Serializable
-
-
Package one.nio.http
-
Class one.nio.http.HttpClient extends SocketPool implements Serializable
-
Serialized Fields
-
bufferSize
int bufferSize
-
permanentHeaders
String[] permanentHeaders
-
-
-
Class one.nio.http.HttpDate extends GregorianCalendar implements Serializable
-
Serialized Fields
-
chars
char[] chars
-
-
-
Class one.nio.http.HttpException extends Exception implements Serializable
-
Class one.nio.http.PathMapper extends HashMap<String,RequestHandler[]> implements Serializable
-
-
Package one.nio.lock
-
Class one.nio.lock.FairRWLock extends RWLock implements Serializable
-
Class one.nio.lock.PaddedRWLock extends RWLock implements Serializable
-
Serialized Fields
-
p1
long p1
-
p10
long p10
-
p11
long p11
-
p12
long p12
-
p13
long p13
-
p2
long p2
-
p3
long p3
-
p4
long p4
-
p5
long p5
-
p6
long p6
-
p7
long p7
-
p8
long p8
-
p9
long p9
-
-
-
Class one.nio.lock.RWLock extends AbstractQueuedSynchronizer implements Serializable
-
-
Package one.nio.mem
-
Class one.nio.mem.OutOfMemoryException extends RuntimeException implements Serializable
-
-
Package one.nio.net
-
Class one.nio.net.SocketClosedException extends SocketException implements Serializable
-
-
Package one.nio.os.perf
-
Class one.nio.os.perf.PerfEvent extends Object implements Serializable
-
Serialized Fields
-
breakpoint
int breakpoint
-
config
long config
-
name
String name
-
type
int type
-
-
-
Class one.nio.os.perf.PerfOption extends Object implements Serializable
-
Serialized Fields
-
name
String name
-
value
long value
-
-
-
Class one.nio.os.perf.PerfSample extends Object implements Serializable
-
Serialized Fields
-
addr
long addr
-
callchain
long[] callchain
-
cpu
int cpu
-
ip
long ip
-
period
long period
-
pid
int pid
-
res
int res
-
sampleId
long sampleId
-
tid
int tid
-
time
long time
-
values
long[] values
-
-
-
-
Package one.nio.pool
-
Class one.nio.pool.Pool extends LinkedList<T> implements Serializable
-
Serialized Fields
-
closed
boolean closed
-
createdCount
int createdCount
-
fifo
boolean fifo
-
initialCount
int initialCount
-
keepEmpty
boolean keepEmpty
-
maxCount
int maxCount
-
timeout
int timeout
-
timeouts
int timeouts
-
waitingThreads
int waitingThreads
-
-
-
Class one.nio.pool.PoolException extends Exception implements Serializable
-
Class one.nio.pool.SocketPool extends Pool<Socket> implements Serializable
-
Serialized Fields
-
connectTimeout
int connectTimeout
-
host
String host
-
port
int port
-
proxy
Proxy proxy
-
readTimeout
int readTimeout
-
sslContext
SslContext sslContext
-
tos
int tos
-
-
-
-
Package one.nio.rpc
-
Class one.nio.rpc.RemoteCall extends Object implements Serializable
-
Serialized Fields
-
args
Object[] args
-
serializer
MethodSerializer serializer
-
-
-
Class one.nio.rpc.RpcClient extends SocketPool implements Serializable
-
-
Package one.nio.serial
-
Class one.nio.serial.CollectionSerializer extends Serializer<Collection> implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class one.nio.serial.EnumSerializer extends Serializer<Enum> implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class one.nio.serial.ExternalizableSerializer extends Serializer<Externalizable> implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class one.nio.serial.GeneratedSerializer extends Serializer implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class one.nio.serial.HttpRequestSerializer extends Serializer<Request> implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class one.nio.serial.JavaTimeSerializer extends Serializer implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class one.nio.serial.MapSerializer extends Serializer<Map> implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class one.nio.serial.MethodSerializer extends Serializer<T> implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class one.nio.serial.ObjectArraySerializer extends Serializer<Object[]> implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class one.nio.serial.SerializedWrapper extends Object implements Serializable
-
Serialized Fields
-
serialized
byte[] serialized
-
-
-
Class one.nio.serial.Serializer extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class one.nio.serial.SerializerNotFoundException extends IOException implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException
- Throws:
IOException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
-
Package one.nio.server
-
Class one.nio.server.RejectedSessionException extends Exception implements Serializable
-
-
Package one.nio.util
-
Class one.nio.util.BreakException extends RuntimeException implements Serializable
-