com.jcraft.jsch.Request Class Reference

This abstract base class represents a channel-specific request (SSH_MSG_CHANNEL_REQUEST) to be sent to the remote side. More...

Inheritance diagram for com.jcraft.jsch.Request:
Inheritance graph
[legend]
Collaboration diagram for com.jcraft.jsch.Request:
Collaboration graph
[legend]

List of all members.

Package Functions

void request (Session session, Channel channel) throws Exception
boolean waitForReply ()
void setReply (boolean reply)
void write (Packet packet) throws Exception

Private Attributes

boolean reply = false
Session session = null
Channel channel = null

Detailed Description

This abstract base class represents a channel-specific request (SSH_MSG_CHANNEL_REQUEST) to be sent to the remote side.

These request classes are used only internally, and should not be public.

Definition at line 39 of file Request.java.


Member Function Documentation

void com.jcraft.jsch.Request.request ( Session  session,
Channel  channel 
) throws Exception [package]
void com.jcraft.jsch.Request.setReply ( boolean  reply  )  [package]
boolean com.jcraft.jsch.Request.waitForReply (  )  [package]
void com.jcraft.jsch.Request.write ( Packet  packet  )  throws Exception [package]

Member Data Documentation

boolean com.jcraft.jsch.Request.reply = false [private]

The documentation for this class was generated from the following file:

Generated on 5 May 2015 for HPCVIEWER by  doxygen 1.6.1