Geen cache-versie.

Caching uitgeschakeld. Standaardinstelling voor deze pagina:ingeschakeld (code LNG204)
Als het scherm te langzaam is, kunt u de gebruikersmodus uitschakelen om de cacheversie te bekijken.
java.nio.channels

Interface NetworkChannel

    • Method Detail

      • bind

        NetworkChannel bind(SocketAddress local)
                            throws IOException
        Binds the channel's socket to a local address.

        This method is used to establish an association between the socket and a local address. Once an association is established then the socket remains bound until the channel is closed. If the local parameter has the value null then the socket will be bound to an address that is assigned automatically.

        Parameters:
        local - The address to bind the socket, or null to bind the socket to an automatically assigned socket address
        Returns:
        This channel
        Throws:
        AlreadyBoundException - If the socket is already bound
        UnsupportedAddressTypeException - If the type of the given address is not supported
        ClosedChannelException - If the channel is closed
        IOException - If some other I/O error occurs
        SecurityException - If a security manager is installed and it denies an unspecified permission. An implementation of this interface should specify any required permissions.
        See Also:
        getLocalAddress()
      • getLocalAddress

        SocketAddress getLocalAddress()
                                      throws IOException
        Returns the socket address that this channel's socket is bound to, or null if the socket is not bound.

        Where the channel is bound to an Internet Protocol socket address then the return value from this method is of type InetSocketAddress.

        Returns:
        The socket address that the socket is bound to, or null if the channel's socket is not bound
        Throws:
        ClosedChannelException - If the channel is closed
        IOException - If an I/O error occurs
      • supportedOptions

        Set<SocketOption<?>> supportedOptions()
        Returns a set of the socket options supported by this channel.

        This method will continue to return the set of options even after the channel has been closed.

        Returns:
        A set of the socket options supported by this channel

Nederlandse vertaling

U hebt gevraagd om deze site in het Nederlands te bezoeken. Voor nu wordt alleen de interface vertaald, maar nog niet alle inhoud.

Als je me wilt helpen met vertalingen, is je bijdrage welkom. Het enige dat u hoeft te doen, is u op de site registreren en mij een bericht sturen waarin u wordt gevraagd om u toe te voegen aan de groep vertalers, zodat u de gewenste pagina's kunt vertalen. Een link onderaan elke vertaalde pagina geeft aan dat u de vertaler bent en heeft een link naar uw profiel.

Bij voorbaat dank.

Document heeft de 11/06/2005 gemaakt, de laatste keer de 04/03/2020 gewijzigd
Bron van het afgedrukte document:https://www.gaudry.be/nl/java-api-rf-java/nio/channels/NetworkChannel.html

De infobrol is een persoonlijke site waarvan de inhoud uitsluitend mijn verantwoordelijkheid is. De tekst is beschikbaar onder CreativeCommons-licentie (BY-NC-SA). Meer info op de gebruiksvoorwaarden en de auteur.

Referenties

  1. Bekijk - html-document Taal van het document:fr Manuel PHP : https://docs.oracle.com

Deze verwijzingen en links verwijzen naar documenten die geraadpleegd zijn tijdens het schrijven van deze pagina, of die aanvullende informatie kunnen geven, maar de auteurs van deze bronnen kunnen niet verantwoordelijk worden gehouden voor de inhoud van deze pagina.
De auteur Deze site is als enige verantwoordelijk voor de manier waarop de verschillende concepten, en de vrijheden die met de referentiewerken worden genomen, hier worden gepresenteerd. Vergeet niet dat u meerdere broninformatie moet doorgeven om het risico op fouten te verkleinen.

Inhoudsopgave Haut