HomeSort by relevance Sort by last modified time
    Searched refs:recipientChannelID (Results 1 - 9 of 9) sorted by null

  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/packets/
PacketSessionStartShell.java 17 public int recipientChannelID;
20 public PacketSessionStartShell(int recipientChannelID, boolean wantReply)
22 this.recipientChannelID = recipientChannelID;
32 tw.writeUINT32(recipientChannelID);
PacketSessionSubsystemRequest.java 17 public int recipientChannelID;
21 public PacketSessionSubsystemRequest(int recipientChannelID, boolean wantReply, String subsystem)
23 this.recipientChannelID = recipientChannelID;
34 tw.writeUINT32(recipientChannelID);
PacketChannelWindowAdjust.java 19 public int recipientChannelID;
22 public PacketChannelWindowAdjust(int recipientChannelID, int windowChange)
24 this.recipientChannelID = recipientChannelID;
42 recipientChannelID = tr.readUINT32();
55 tw.writeUINT32(recipientChannelID);
PacketSessionExecCommand.java 20 public int recipientChannelID;
24 public PacketSessionExecCommand(int recipientChannelID, boolean wantReply, String command)
26 this.recipientChannelID = recipientChannelID;
42 tw.writeUINT32(recipientChannelID);