Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Module : java.base - Package : java.nio.channels
Version documentée : Java SE 17

Classe « AsynchronousSocketChannel »

Informations générales

Héritage

java.lang.Object
    java.nio.channels.AsynchronousSocketChannel

Interfaces implémentées

java.nio.channels.AsynchronousByteChannel
java.nio.channels.NetworkChannel

Définition

public abstract class AsynchronousSocketChannel extends java.lang.Object
implements java.nio.channels.AsynchronousByteChannel,
java.nio.channels.NetworkChannel

Description

A venir.

Liste des attributs

Tous les attributs Attributs d'instance Attributs statiques Attributs dépréciés
QualificateursTypeNomDescription

Liste des constructeurs

Constructeurs Constructeurs dépréciés
ConstructeurDescription
AsynchronousSocketChannel( AsynchronousChannelProvider provider )

Liste des propriétés (getters/setters)

Propriétés Propriétés dépréciées
QualificateursTypeNomR/W
public abstract SocketAddress localAddress R/-
public abstract SocketAddress remoteAddress R/-

Propriétés héritées de la classe java.lang.Object

class

Liste des méthodes

Toutes les méthodes Méthodes d'instance Méthodes statiques Méthodes concrètes Méthodes abstraites Méthodes dépréciées
QualificateursType de retourPrototype de la méthodeDescription
public abstract AsynchronousSocketChannel bind( SocketAddress local )
public abstract Future<java.lang.Void> connect( SocketAddress remote )
public abstract <A> void connect( SocketAddress remote, A attachment, CompletionHandler<java.lang.Void, ? super A> handler )
public abstract SocketAddress getLocalAddress()
public abstract SocketAddress getRemoteAddress()
public static AsynchronousSocketChannel open( AsynchronousChannelGroup group )
public static AsynchronousSocketChannel open()
public AsynchronousChannelProvider provider()
public <A> void read( ByteBuffer dst, A attachment, CompletionHandler<java.lang.Integer, ? super A> handler )
public abstract <A> void read( ByteBuffer dst, long timeout, TimeUnit unit, A attachment, CompletionHandler<java.lang.Integer, ? super A> handler )
public abstract Future<java.lang.Integer> read( ByteBuffer dst )
public abstract <A> void read( ByteBuffer[] dsts, int offset, int length, long timeout, TimeUnit unit, A attachment, CompletionHandler<java.lang.Long, ? super A> handler )
public abstract <T> AsynchronousSocketChannel setOption( SocketOption<T> name, T value )
public abstract AsynchronousSocketChannel shutdownInput()
public abstract AsynchronousSocketChannel shutdownOutput()
public <A> void write( ByteBuffer src, A attachment, CompletionHandler<java.lang.Integer, ? super A> handler )
public abstract <A> void write( ByteBuffer src, long timeout, TimeUnit unit, A attachment, CompletionHandler<java.lang.Integer, ? super A> handler )
public abstract Future<java.lang.Integer> write( ByteBuffer src )
public abstract <A> void write( ByteBuffer[] srcs, int offset, int length, long timeout, TimeUnit unit, A attachment, CompletionHandler<java.lang.Long, ? super A> handler )

Méthodes héritées de la classe java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait