コード例 #1
0
 public HTTPRequest(HTTPSocket httpSock) {
   this(httpSock.getInputStream());
   setSocket(httpSock);
 }
コード例 #2
0
 public void set(HTTPRequest httpReq) {
   set((HTTPPacket) httpReq);
   setSocket(httpReq.getSocket());
 }