Package org.apache.sshd.common.channel
Interface ChannelIdentifier
-
- All Known Subinterfaces:
Channel,ClientChannel,ServerChannel
- All Known Implementing Classes:
AbstractChannel,AbstractClientChannel,AbstractServerChannel,AgentForwardedChannel,AgentForwardedChannel,BufferedIoOutputStream,ChannelAgentForwarding,ChannelAgentForwarding,ChannelDirectTcpip,ChannelExec,ChannelForwardedX11,ChannelSession,ChannelSession,ChannelShell,ChannelSubsystem,PtyCapableChannelSession,SshChannelBufferedOutputException,SshChannelClosedException,SshChannelException,SshChannelInvalidPacketException,SshChannelNotFoundException,SshChannelOpenException,TcpipClientChannel,TcpipServerChannel
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface ChannelIdentifier
- Author:
- Apache MINA SSHD Project
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetChannelId()
-