OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HttpSession
(Results
1 - 10
of
10
) sorted by null
/external/chromium/net/tools/fetch/
http_session.h
13
// An
HttpSession
encapsulates a server-side HTTP listen socket.
14
class
HttpSession
: HttpListenSocket::Delegate {
16
HttpSession
(const std::string& ip, int port);
17
virtual ~
HttpSession
();
24
DISALLOW_COPY_AND_ASSIGN(
HttpSession
);
http_session.cc
8
HttpSession
::
HttpSession
(const std::string& ip, int port)
13
HttpSession
::~
HttpSession
() {
16
void
HttpSession
::OnRequest(HttpListenSocket* connection,
http_server.cc
9
: ALLOW_THIS_IN_INITIALIZER_LIST(session_(new
HttpSession
(ip, port))) {
http_server.h
15
// the
HttpSession
.
22
scoped_ptr<
HttpSession
> session_;
/external/chromium_org/net/tools/fetch/
http_session.h
12
// An
HttpSession
encapsulates a server-side HTTP listen socket.
13
class
HttpSession
: HttpListenSocket::Delegate {
15
HttpSession
(const std::string& ip, int port);
16
virtual ~
HttpSession
();
23
DISALLOW_COPY_AND_ASSIGN(
HttpSession
);
http_session.cc
8
HttpSession
::
HttpSession
(const std::string& ip, int port)
12
HttpSession
::~
HttpSession
() {
15
void
HttpSession
::OnRequest(HttpListenSocket* connection,
http_server.cc
8
: session_(new
HttpSession
(ip, port)) {
http_server.h
14
// the
HttpSession
.
21
scoped_ptr<
HttpSession
> session_;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
javax.servlet_2.5.0.v200910301333.jar
org.mortbay.jetty.server_6.1.23.v201004211559.jar
Completed in 991 milliseconds