Home
last modified time | relevance | path

Searched refs:Session (Results 1 – 25 of 1663) sorted by relevance

12345678910>>...67

/external/mockftpserver/tags/2.x_Before_IDEA/src/test/groovy/org/mockftpserver/core/session/
DStubSession.groovy22 * Stub implementation of the {@link Session} interface for testing
28 class StubSession implements Session {
36 * @see org.mockftpserver.core.session.Session#close()
43 * @see org.mockftpserver.core.session.Session#closeDataConnection()
50 * @see org.mockftpserver.core.session.Session#getAttribute(java.lang.String)
57 * @see org.mockftpserver.core.session.Session#getAttributeNames()
64 * @see org.mockftpserver.core.session.Session#getClientHost()
71 * @see org.mockftpserver.core.session.Session#getServerHost()
78 * @see org.mockftpserver.core.session.Session#openDataConnection()
85 * @see org.mockftpserver.core.session.Session#readData()
[all …]
/external/openssh/
Dsession.h30 typedef struct Session Session; typedef
31 struct Session { struct
74 void session_destroy_all(void (*)(Session *)); argument
75 void session_pty_cleanup2(Session *);
77 Session *session_new(void);
78 Session *session_by_tty(char *);
79 void session_close(Session *);
/external/llvm/lib/DebugInfo/PDB/
DPDBSymbolTypeFunctionSig.cpp30 : Session(PDBSession), in FunctionArgEnumerator()
35 : Session(PDBSession), Enumerator(std::move(ArgEnumerator)) {} in FunctionArgEnumerator()
45 return Session.getSymbolById(FunctionArgSymbol->getTypeId()); in getChildAtIndex()
52 return Session.getSymbolById(FunctionArgSymbol->getTypeId()); in getNext()
59 return new FunctionArgEnumerator(Session, std::move(Clone)); in clone()
63 const IPDBSession &Session; member in __anon074170900111::FunctionArgEnumerator
73 return Session.getSymbolById(getTypeId()); in getReturnType()
78 return llvm::make_unique<FunctionArgEnumerator>(Session, *this); in getArguments()
85 return Session.getSymbolById(ClassId); in getClassParent()
/external/mockftpserver/tags/2.4/src/test/groovy/org/mockftpserver/core/session/
DStubSession.groovy19 * Stub implementation of the {@link Session} interface for testing
25 class StubSession implements Session {
41 * @see org.mockftpserver.core.session.Session#close()
48 * @see org.mockftpserver.core.session.Session#closeDataConnection()
55 * @see org.mockftpserver.core.session.Session#getAttribute(java.lang.String)
62 * @see org.mockftpserver.core.session.Session#getAttributeNames()
69 * @see org.mockftpserver.core.session.Session#getClientHost()
76 * @see org.mockftpserver.core.session.Session#getServerHost()
83 * @see org.mockftpserver.core.session.Session#openDataConnection()
90 * @see org.mockftpserver.core.session.Session#readData()
[all …]
/external/mockftpserver/tags/2.3/src/test/groovy/org/mockftpserver/core/session/
DStubSession.groovy19 * Stub implementation of the {@link Session} interface for testing
25 class StubSession implements Session {
41 * @see org.mockftpserver.core.session.Session#close()
48 * @see org.mockftpserver.core.session.Session#closeDataConnection()
55 * @see org.mockftpserver.core.session.Session#getAttribute(java.lang.String)
62 * @see org.mockftpserver.core.session.Session#getAttributeNames()
69 * @see org.mockftpserver.core.session.Session#getClientHost()
76 * @see org.mockftpserver.core.session.Session#getServerHost()
83 * @see org.mockftpserver.core.session.Session#openDataConnection()
90 * @see org.mockftpserver.core.session.Session#readData()
[all …]
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/core/session/
DStubSession.groovy19 * Stub implementation of the {@link Session} interface for testing
25 class StubSession implements Session {
41 * @see org.mockftpserver.core.session.Session#close()
48 * @see org.mockftpserver.core.session.Session#closeDataConnection()
55 * @see org.mockftpserver.core.session.Session#getAttribute(java.lang.String)
62 * @see org.mockftpserver.core.session.Session#getAttributeNames()
69 * @see org.mockftpserver.core.session.Session#getClientHost()
76 * @see org.mockftpserver.core.session.Session#getServerHost()
83 * @see org.mockftpserver.core.session.Session#openDataConnection()
90 * @see org.mockftpserver.core.session.Session#readData()
[all …]
/external/mockftpserver/tags/2.5/src/test/groovy/org/mockftpserver/core/session/
DStubSession.groovy19 * Stub implementation of the {@link Session} interface for testing
25 class StubSession implements Session {
41 * @see org.mockftpserver.core.session.Session#close()
48 * @see org.mockftpserver.core.session.Session#closeDataConnection()
55 * @see org.mockftpserver.core.session.Session#getAttribute(java.lang.String)
62 * @see org.mockftpserver.core.session.Session#getAttributeNames()
69 * @see org.mockftpserver.core.session.Session#getClientHost()
76 * @see org.mockftpserver.core.session.Session#getServerHost()
83 * @see org.mockftpserver.core.session.Session#openDataConnection()
90 * @see org.mockftpserver.core.session.Session#readData()
[all …]
/external/mockftpserver/tags/2.1/src/test/groovy/org/mockftpserver/core/session/
DStubSession.groovy19 * Stub implementation of the {@link Session} interface for testing
25 class StubSession implements Session {
41 * @see org.mockftpserver.core.session.Session#close()
48 * @see org.mockftpserver.core.session.Session#closeDataConnection()
55 * @see org.mockftpserver.core.session.Session#getAttribute(java.lang.String)
62 * @see org.mockftpserver.core.session.Session#getAttributeNames()
69 * @see org.mockftpserver.core.session.Session#getClientHost()
76 * @see org.mockftpserver.core.session.Session#getServerHost()
83 * @see org.mockftpserver.core.session.Session#openDataConnection()
90 * @see org.mockftpserver.core.session.Session#readData()
[all …]
/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/core/session/
DStubSession.groovy19 * Stub implementation of the {@link Session} interface for testing
25 class StubSession implements Session {
41 * @see org.mockftpserver.core.session.Session#close()
48 * @see org.mockftpserver.core.session.Session#closeDataConnection()
55 * @see org.mockftpserver.core.session.Session#getAttribute(java.lang.String)
62 * @see org.mockftpserver.core.session.Session#getAttributeNames()
69 * @see org.mockftpserver.core.session.Session#getClientHost()
76 * @see org.mockftpserver.core.session.Session#getServerHost()
83 * @see org.mockftpserver.core.session.Session#openDataConnection()
90 * @see org.mockftpserver.core.session.Session#readData()
[all …]
/external/mockftpserver/tags/2.0-rc1/src/test/groovy/org/mockftpserver/core/session/
DStubSession.groovy19 * Stub implementation of the {@link Session} interface for testing
25 class StubSession implements Session {
41 * @see org.mockftpserver.core.session.Session#close()
48 * @see org.mockftpserver.core.session.Session#closeDataConnection()
55 * @see org.mockftpserver.core.session.Session#getAttribute(java.lang.String)
62 * @see org.mockftpserver.core.session.Session#getAttributeNames()
69 * @see org.mockftpserver.core.session.Session#getClientHost()
76 * @see org.mockftpserver.core.session.Session#getServerHost()
83 * @see org.mockftpserver.core.session.Session#openDataConnection()
90 * @see org.mockftpserver.core.session.Session#readData()
[all …]
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/groovy/org/mockftpserver/core/session/
DStubSession.groovy19 * Stub implementation of the {@link Session} interface for testing
25 class StubSession implements Session {
41 * @see org.mockftpserver.core.session.Session#close()
48 * @see org.mockftpserver.core.session.Session#closeDataConnection()
55 * @see org.mockftpserver.core.session.Session#getAttribute(java.lang.String)
62 * @see org.mockftpserver.core.session.Session#getAttributeNames()
69 * @see org.mockftpserver.core.session.Session#getClientHost()
76 * @see org.mockftpserver.core.session.Session#getServerHost()
83 * @see org.mockftpserver.core.session.Session#openDataConnection()
90 * @see org.mockftpserver.core.session.Session#readData()
[all …]
/external/mockftpserver/tags/2.0.2/src/test/groovy/org/mockftpserver/core/session/
DStubSession.groovy19 * Stub implementation of the {@link Session} interface for testing
25 class StubSession implements Session {
41 * @see org.mockftpserver.core.session.Session#close()
48 * @see org.mockftpserver.core.session.Session#closeDataConnection()
55 * @see org.mockftpserver.core.session.Session#getAttribute(java.lang.String)
62 * @see org.mockftpserver.core.session.Session#getAttributeNames()
69 * @see org.mockftpserver.core.session.Session#getClientHost()
76 * @see org.mockftpserver.core.session.Session#getServerHost()
83 * @see org.mockftpserver.core.session.Session#openDataConnection()
90 * @see org.mockftpserver.core.session.Session#readData()
[all …]
/external/mockftpserver/tags/2.0.1/src/test/groovy/org/mockftpserver/core/session/
DStubSession.groovy19 * Stub implementation of the {@link Session} interface for testing
25 class StubSession implements Session {
41 * @see org.mockftpserver.core.session.Session#close()
48 * @see org.mockftpserver.core.session.Session#closeDataConnection()
55 * @see org.mockftpserver.core.session.Session#getAttribute(java.lang.String)
62 * @see org.mockftpserver.core.session.Session#getAttributeNames()
69 * @see org.mockftpserver.core.session.Session#getClientHost()
76 * @see org.mockftpserver.core.session.Session#getServerHost()
83 * @see org.mockftpserver.core.session.Session#openDataConnection()
90 * @see org.mockftpserver.core.session.Session#readData()
[all …]
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/groovy/org/mockftpserver/core/session/
DStubSession.groovy19 * Stub implementation of the {@link Session} interface for testing
25 class StubSession implements Session {
41 * @see org.mockftpserver.core.session.Session#close()
48 * @see org.mockftpserver.core.session.Session#closeDataConnection()
55 * @see org.mockftpserver.core.session.Session#getAttribute(java.lang.String)
62 * @see org.mockftpserver.core.session.Session#getAttributeNames()
69 * @see org.mockftpserver.core.session.Session#getClientHost()
76 * @see org.mockftpserver.core.session.Session#getServerHost()
83 * @see org.mockftpserver.core.session.Session#openDataConnection()
90 * @see org.mockftpserver.core.session.Session#readData()
[all …]
/external/mockftpserver/tags/2.0/src/test/groovy/org/mockftpserver/core/session/
DStubSession.groovy19 * Stub implementation of the {@link Session} interface for testing
25 class StubSession implements Session {
41 * @see org.mockftpserver.core.session.Session#close()
48 * @see org.mockftpserver.core.session.Session#closeDataConnection()
55 * @see org.mockftpserver.core.session.Session#getAttribute(java.lang.String)
62 * @see org.mockftpserver.core.session.Session#getAttributeNames()
69 * @see org.mockftpserver.core.session.Session#getClientHost()
76 * @see org.mockftpserver.core.session.Session#getServerHost()
83 * @see org.mockftpserver.core.session.Session#openDataConnection()
90 * @see org.mockftpserver.core.session.Session#readData()
[all …]
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/fake/command/
DAbstractFakeCommandHandler.java24 import org.mockftpserver.core.session.Session;
70 public void handleCommand(Command command, Session session) { in handleCommand()
111 protected abstract void handle(Command command, Session session); in handle()
129 protected void sendReply(Session session, int replyCode, String messageKey) { in sendReply()
146 protected void sendReply(Session session, int replyCode, String messageKey, List args) { in sendReply()
170 protected void sendReply(Session session, int replyCode) { in sendReply()
186 protected void sendReply(Session session, int replyCode, List args) { in sendReply()
198 …private void handleException(Command command, Session session, Throwable exception, int replyCode)… in handleException()
212 …private void handleFileSystemException(Command command, Session session, FileSystemException excep… in handleFileSystemException()
225 protected Object getRequiredSessionAttribute(Session session, String name) { in getRequiredSessionAttribute()
[all …]
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/fake/command/
DAbstractFakeCommandHandler.java24 import org.mockftpserver.core.session.Session;
70 public void handleCommand(Command command, Session session) { in handleCommand()
111 protected abstract void handle(Command command, Session session); in handle()
129 protected void sendReply(Session session, int replyCode, String messageKey) { in sendReply()
146 protected void sendReply(Session session, int replyCode, String messageKey, List args) { in sendReply()
170 protected void sendReply(Session session, int replyCode) { in sendReply()
186 protected void sendReply(Session session, int replyCode, List args) { in sendReply()
198 …private void handleException(Command command, Session session, Throwable exception, int replyCode)… in handleException()
212 …private void handleFileSystemException(Command command, Session session, FileSystemException excep… in handleFileSystemException()
225 protected Object getRequiredSessionAttribute(Session session, String name) { in getRequiredSessionAttribute()
[all …]
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/fake/command/
DAbstractFakeCommandHandler.java24 import org.mockftpserver.core.session.Session;
70 public void handleCommand(Command command, Session session) { in handleCommand()
111 protected abstract void handle(Command command, Session session); in handle()
129 protected void sendReply(Session session, int replyCode, String messageKey) { in sendReply()
146 protected void sendReply(Session session, int replyCode, String messageKey, List args) { in sendReply()
170 protected void sendReply(Session session, int replyCode) { in sendReply()
186 protected void sendReply(Session session, int replyCode, List args) { in sendReply()
198 …private void handleException(Command command, Session session, Throwable exception, int replyCode)… in handleException()
212 …private void handleFileSystemException(Command command, Session session, FileSystemException excep… in handleFileSystemException()
225 protected Object getRequiredSessionAttribute(Session session, String name) { in getRequiredSessionAttribute()
[all …]
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/fake/command/
DAbstractFakeCommandHandler.java24 import org.mockftpserver.core.session.Session;
70 public void handleCommand(Command command, Session session) { in handleCommand()
111 protected abstract void handle(Command command, Session session); in handle()
129 protected void sendReply(Session session, int replyCode, String messageKey) { in sendReply()
146 protected void sendReply(Session session, int replyCode, String messageKey, List args) { in sendReply()
170 protected void sendReply(Session session, int replyCode) { in sendReply()
186 protected void sendReply(Session session, int replyCode, List args) { in sendReply()
198 …private void handleException(Command command, Session session, Throwable exception, int replyCode)… in handleException()
212 …private void handleFileSystemException(Command command, Session session, FileSystemException excep… in handleFileSystemException()
225 protected Object getRequiredSessionAttribute(Session session, String name) { in getRequiredSessionAttribute()
[all …]
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/fake/command/
DAbstractFakeCommandHandler.java24 import org.mockftpserver.core.session.Session;
70 public void handleCommand(Command command, Session session) { in handleCommand()
111 protected abstract void handle(Command command, Session session); in handle()
129 protected void sendReply(Session session, int replyCode, String messageKey) { in sendReply()
146 protected void sendReply(Session session, int replyCode, String messageKey, List args) { in sendReply()
170 protected void sendReply(Session session, int replyCode) { in sendReply()
186 protected void sendReply(Session session, int replyCode, List args) { in sendReply()
198 …private void handleException(Command command, Session session, Throwable exception, int replyCode)… in handleException()
212 …private void handleFileSystemException(Command command, Session session, FileSystemException excep… in handleFileSystemException()
225 protected Object getRequiredSessionAttribute(Session session, String name) { in getRequiredSessionAttribute()
[all …]
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/command/
DAbstractFakeCommandHandler.java24 import org.mockftpserver.core.session.Session;
70 public void handleCommand(Command command, Session session) { in handleCommand()
111 protected abstract void handle(Command command, Session session); in handle()
129 protected void sendReply(Session session, int replyCode, String messageKey) { in sendReply()
146 protected void sendReply(Session session, int replyCode, String messageKey, List args) { in sendReply()
170 protected void sendReply(Session session, int replyCode) { in sendReply()
186 protected void sendReply(Session session, int replyCode, List args) { in sendReply()
198 …private void handleException(Command command, Session session, Throwable exception, int replyCode)… in handleException()
212 …private void handleFileSystemException(Command command, Session session, FileSystemException excep… in handleFileSystemException()
225 protected Object getRequiredSessionAttribute(Session session, String name) { in getRequiredSessionAttribute()
[all …]
/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/fake/command/
DAbstractFakeCommandHandler.java25 import org.mockftpserver.core.session.Session;
72 public void handleCommand(Command command, Session session) { in handleCommand()
109 protected abstract void handle(Command command, Session session); in handle()
127 protected void sendReply(Session session, int replyCode, String messageKey) { in sendReply()
144 protected void sendReply(Session session, int replyCode, String messageKey, List args) { in sendReply()
169 protected void sendReply(Session session, int replyCode) { in sendReply()
185 protected void sendReply(Session session, int replyCode, List args) { in sendReply()
197 …private void handleException(Command command, Session session, Throwable exception, int replyCode)… in handleException()
211 …private void handleFileSystemException(Command command, Session session, FileSystemException excep… in handleFileSystemException()
234 protected Object getRequiredSessionAttribute(Session session, String name) { in getRequiredSessionAttribute()
[all …]
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/fake/command/
DAbstractFakeCommandHandler.java24 import org.mockftpserver.core.session.Session;
70 public void handleCommand(Command command, Session session) { in handleCommand()
111 protected abstract void handle(Command command, Session session); in handle()
129 protected void sendReply(Session session, int replyCode, String messageKey) { in sendReply()
146 protected void sendReply(Session session, int replyCode, String messageKey, List args) { in sendReply()
170 protected void sendReply(Session session, int replyCode) { in sendReply()
186 protected void sendReply(Session session, int replyCode, List args) { in sendReply()
198 …private void handleException(Command command, Session session, Throwable exception, int replyCode)… in handleException()
212 …private void handleFileSystemException(Command command, Session session, FileSystemException excep… in handleFileSystemException()
225 protected Object getRequiredSessionAttribute(Session session, String name) { in getRequiredSessionAttribute()
[all …]
/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/fake/command/
DAbstractFakeCommandHandler.java24 import org.mockftpserver.core.session.Session;
70 public void handleCommand(Command command, Session session) { in handleCommand()
111 protected abstract void handle(Command command, Session session); in handle()
129 protected void sendReply(Session session, int replyCode, String messageKey) { in sendReply()
146 protected void sendReply(Session session, int replyCode, String messageKey, List args) { in sendReply()
170 protected void sendReply(Session session, int replyCode) { in sendReply()
186 protected void sendReply(Session session, int replyCode, List args) { in sendReply()
198 …private void handleException(Command command, Session session, Throwable exception, int replyCode)… in handleException()
212 …private void handleFileSystemException(Command command, Session session, FileSystemException excep… in handleFileSystemException()
225 protected Object getRequiredSessionAttribute(Session session, String name) { in getRequiredSessionAttribute()
[all …]
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/fake/command/
DAbstractFakeCommandHandler.java24 import org.mockftpserver.core.session.Session;
70 public void handleCommand(Command command, Session session) { in handleCommand()
111 protected abstract void handle(Command command, Session session); in handle()
129 protected void sendReply(Session session, int replyCode, String messageKey) { in sendReply()
146 protected void sendReply(Session session, int replyCode, String messageKey, List args) { in sendReply()
170 protected void sendReply(Session session, int replyCode) { in sendReply()
186 protected void sendReply(Session session, int replyCode, List args) { in sendReply()
198 …private void handleException(Command command, Session session, Throwable exception, int replyCode)… in handleException()
212 …private void handleFileSystemException(Command command, Session session, FileSystemException excep… in handleFileSystemException()
225 protected Object getRequiredSessionAttribute(Session session, String name) { in getRequiredSessionAttribute()
[all …]

12345678910>>...67