Package org.apache.sshd.common.channel
Interface ChannelIdentifier
- All Known Subinterfaces:
Channel,ClientChannel,ServerChannel
- All Known Implementing Classes:
AbstractChannel,AbstractClientChannel,AbstractServerChannel,AgentForwardedChannel,BufferedIoOutputStream,ChannelAgentForwarding,ChannelDirectTcpip,ChannelExec,ChannelForwardedX11,ChannelSession,ChannelSession,ChannelShell,ChannelSubsystem,DefaultSftpClient.SftpChannelSubsystem,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.
-
Method Summary
-
Method Details
-
getChannelId
long getChannelId()- Returns:
- Local channel UINT32 identifier
-