Uses of Class
org.apache.sshd.common.SshConstants.Message

Packages that use SshConstants.Message
org.apache.sshd.common   
org.apache.sshd.common.channel   
org.apache.sshd.common.session   
org.apache.sshd.common.util   
org.apache.sshd.server   
org.apache.sshd.server.auth.gss   
 

Uses of SshConstants.Message in org.apache.sshd.common
 

Methods in org.apache.sshd.common that return SshConstants.Message
static SshConstants.Message SshConstants.Message.fromByte(byte b)
           
static SshConstants.Message SshConstants.Message.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SshConstants.Message[] SshConstants.Message.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.sshd.common with parameters of type SshConstants.Message
 Buffer Session.createBuffer(SshConstants.Message cmd, int estimatedSize)
          Create a new buffer for the specified SSH packet and reserve the needed space (5 bytes) for the packet header.
 

Uses of SshConstants.Message in org.apache.sshd.common.channel
 

Constructors in org.apache.sshd.common.channel with parameters of type SshConstants.Message
ChannelOutputStream(AbstractChannel channel, Window remoteWindow, org.slf4j.Logger log, SshConstants.Message cmd)
           
 

Uses of SshConstants.Message in org.apache.sshd.common.session
 

Methods in org.apache.sshd.common.session with parameters of type SshConstants.Message
 Buffer AbstractSession.createBuffer(SshConstants.Message cmd, int len)
          Create a new buffer for the specified SSH packet and reserve the needed space (5 bytes) for the packet header.
 

Uses of SshConstants.Message in org.apache.sshd.common.util
 

Methods in org.apache.sshd.common.util that return SshConstants.Message
 SshConstants.Message Buffer.getCommand()
           
 

Methods in org.apache.sshd.common.util with parameters of type SshConstants.Message
 void Buffer.putCommand(SshConstants.Message cmd)
           
 

Uses of SshConstants.Message in org.apache.sshd.server
 

Methods in org.apache.sshd.server with parameters of type SshConstants.Message
 boolean HandshakingUserAuth.handles(SshConstants.Message msg)
          Check whether a particular message is handled here.
 Boolean HandshakingUserAuth.next(ServerSession session, SshConstants.Message msg, Buffer buffer)
          Handle another step in the authentication process.
 

Uses of SshConstants.Message in org.apache.sshd.server.auth.gss
 

Methods in org.apache.sshd.server.auth.gss with parameters of type SshConstants.Message
 boolean UserAuthGSS.handles(SshConstants.Message msg)
          Check whether a particular message is handled here.
 Boolean UserAuthGSS.next(ServerSession session, SshConstants.Message msg, Buffer buffer)
          Handle another step in the authentication process.
 



Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.