Descripción
Sintaxis
public abstract Future<Integer> write(ByteBuffer src)
abstract <A> void write(ByteBuffer[] srcs, int offset, int length, long timeout, TimeUnit unit, A attachment, CompletionHandler<Long,? super A> handler)
abstract <A> void write(ByteBuffer src, long timeout, TimeUnit unit, A attachment, CompletionHandler<Integer,? super A> handler)
<A> void write(ByteBuffer src, A attachment, CompletionHandler<Integer,? super A> handler)
Parámetros
- CompletionHandler<Long,
- A attachment,
- CompletionHandler<Integer,
- ByteBuffer src,
- long timeout,
- int length,
- TimeUnit unit,
- ? super A> handler,
- int offset,
- ByteBuffer[] srcs,
Excepciones
NotYetConnectedException, WritePendingException
Clase Padre
Ejemplo
Líneas de Código
Vídeos Java
Disfruta también de nuestros artículos sobre Java en formato vídeo. Aprovecha y suscribete a nuestro canal.