OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:singleconnection
(Results
1 - 3
of
3
) sorted by null
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/packets/
PacketSessionX11Request.java
20
public boolean
singleConnection
;
25
public PacketSessionX11Request(int recipientChannelID, boolean wantReply, boolean
singleConnection
,
31
this.
singleConnection
=
singleConnection
;
47
tw.writeBoolean(
singleConnection
);
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
Session.java
140
* @param
singleConnection
if true, then the server is instructed to only forward one single
145
public void requestX11Forwarding(String hostname, int port, byte[] cookie, boolean
singleConnection
)
204
cm.requestX11(cn,
singleConnection
, "MIT-MAGIC-COOKIE-1", hexEncodedFakeCookie, 0);
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/channel/
ChannelManager.java
643
public void requestX11(Channel c, boolean
singleConnection
, String x11AuthenticationProtocol,
653
psr = new PacketSessionX11Request(c.remoteID, true,
singleConnection
, x11AuthenticationProtocol,
[
all
...]
Completed in 1301 milliseconds