All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.xnio.channels.ConnectedSslStreamChannel Maven / Gradle / Ivy

There is a newer version: 62
Show newest version

package org.xnio.channels;

import org.xnio.ChannelListener;

/**
 * A TLS-encapsulated connected stream channel.
 */
public interface ConnectedSslStreamChannel extends ConnectedStreamChannel, SslChannel {

    /** {@inheritDoc} */
    ChannelListener.Setter getReadSetter();

    /** {@inheritDoc} */
    ChannelListener.Setter getWriteSetter();

    /** {@inheritDoc} */
    ChannelListener.Setter getCloseSetter();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy