OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BytestreamSession
(Results
1 - 5
of
5
) sorted by null
/external/smack/src/org/jivesoftware/smackx/bytestreams/
BytestreamManager.java
93
public
BytestreamSession
establishSession(String targetJID) throws XMPPException, IOException,
111
public
BytestreamSession
establishSession(String targetJID, String sessionID)
BytestreamRequest.java
52
public
BytestreamSession
accept() throws XMPPException, InterruptedException;
BytestreamSession.java
24
*
BytestreamSession
provides an interface for established bytestream sessions.
31
public interface
BytestreamSession
{
/external/smack/src/org/jivesoftware/smackx/bytestreams/socks5/
Socks5BytestreamSession.java
26
import org.jivesoftware.smackx.bytestreams.
BytestreamSession
;
33
public class Socks5BytestreamSession implements
BytestreamSession
{
/external/smack/src/org/jivesoftware/smackx/bytestreams/ibb/
InBandBytestreamSession.java
37
import org.jivesoftware.smackx.bytestreams.
BytestreamSession
;
56
public class InBandBytestreamSession implements
BytestreamSession
{
Completed in 47 milliseconds