com
.
qifun
.
statelessFuture
.
util
.
io
Nio2Future
object
Nio2Future
extends
Serializable
Linear Supertypes
Serializable
,
Serializable
,
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
Nio2Future
Serializable
Serializable
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
accept
(
serverSocket:
AsynchronousServerSocketChannel
)
:
Nio2Future
[
AsynchronousSocketChannel
]
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
connect
(
socket:
AsynchronousSocketChannel
,
address:
SocketAddress
)
:
Nio2Future
[
Void
]
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
lock
(
fd:
AsynchronousFileChannel
,
position:
Long
,
size:
Long
,
shared:
Boolean
)
:
Nio2Future
[
FileLock
]
final
def
lock
(
fd:
AsynchronousFileChannel
)
:
Nio2Future
[
FileLock
]
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
final
def
read
(
socket:
AsynchronousSocketChannel
,
buffer:
Array
[
ByteBuffer
]
,
offset:
Int
,
length:
Int
,
timeout:
Long
,
unit:
TimeUnit
)
:
Nio2Future
[
Long
]
final
def
read
(
socket:
AsynchronousSocketChannel
,
buffer:
ByteBuffer
,
timeout:
Long
,
unit:
TimeUnit
)
:
Nio2Future
[
Integer
]
final
def
read
(
socket:
AsynchronousByteChannel
,
buffer:
ByteBuffer
)
:
Nio2Future
[
Integer
]
final
def
read
(
fd:
AsynchronousFileChannel
,
position:
Long
,
buffer:
ByteBuffer
)
:
Nio2Future
[
Integer
]
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
write
(
socket:
AsynchronousSocketChannel
,
buffer:
Array
[
ByteBuffer
]
,
offset:
Int
,
length:
Int
,
timeout:
Long
,
unit:
TimeUnit
)
:
Nio2Future
[
Long
]
final
def
write
(
socket:
AsynchronousSocketChannel
,
buffer:
ByteBuffer
,
timeout:
Long
,
unit:
TimeUnit
)
:
Nio2Future
[
Integer
]
final
def
write
(
socket:
AsynchronousByteChannel
,
buffer:
ByteBuffer
)
:
Nio2Future
[
Integer
]
final
def
write
(
fd:
AsynchronousFileChannel
,
position:
Long
,
buffer:
ByteBuffer
)
:
Nio2Future
[
Integer
]
Inherited from
Serializable
Inherited from
Serializable
Inherited from
AnyRef
Inherited from
Any
Ungrouped