org.apache.sshd.server
Interface SessionAware

All Known Implementing Classes:
SftpSubsystem

public interface SessionAware

Interface that can be implemented by a command to be able to access the server session in which this command will be used.


Method Summary
 void setSession(ServerSession session)
          Set the server session in which this shell will be executed.
 

Method Detail

setSession

void setSession(ServerSession session)
Set the server session in which this shell will be executed.

Parameters:
session -


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