-
Deprecated Interfaces
-
Deprecated ClassesClassDescriptionSee
CleanerReference
.SeeByteBufferPool
.This class is deprecated; use conduits instead.This class is deprecated; use conduits instead.
-
Deprecated FieldsFieldDescriptionThis option is now ignored. All I/O threads are used for accept, except in the case of split read/write threads, in which case only read or write threads will be used as determined by
Options.WORKER_ESTABLISH_WRITING
.
-
Deprecated MethodsMethodDescriptionReplaced by
ByteString.copyTo(byte[])
.Replaced byByteString.copyTo(byte[],int)
.Replaced byByteString.copyTo(byte[],int,int)
.Not recommended as a security manager will enforce unreasonable restrictions on the updater.TheSuspendableAcceptChannel.getIoThread()
method should be used instead.Users should instead submitRunnable
tasks to the channel thread when this functionality is needed.TheCloseableChannel.getIoThread()
method should be used instead.Users should instead submitRunnable
tasks to the channel thread when this functionality is needed.TheCloseableChannel.getIoThread()
method should be used instead.Users should instead submitRunnable
tasks to the channel thread when this functionality is needed.Users should prefer the simplerXnioWorker.createHalfDuplexPipe()
instead.Users should prefer the simplerXnioWorker.createFullDuplexPipe()
instead.
ByteBufferPool
.