Descripción
Sintaxis
public abstract Future<AsynchronousSocketChannel> accept()
abstract <A> void accept(A attachment, CompletionHandler<AsynchronousSocketChannel,? super A> handler)
Parámetros
- CompletionHandler<AsynchronousSocketChannel,
- ? super A> handler,
- A attachment,
Excepciones
AcceptPendingException, NotYetBoundException
Clase Padre
AsynchronousServerSocketChannel
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.