代码搜索:HTTPCONNECTION
找到约 546 项符合「HTTPCONNECTION」的源代码
代码结果 546
www.eeworm.com/read/365220/9872453
class httpconnection.class
www.eeworm.com/read/277537/10629447
java httpconnection.java
// A simple HTTP class.
package ch20.peer;
import java.io.*;
import java.net.*;
public class HttpConnection {
private String file_name,host_name;
private Socket httpSocket=null;
pri
www.eeworm.com/read/461827/7218873
h httpconnection.h
#ifndef HTTPCONNECTION_H_
#define HTTPCONNECTION_H_
#include
#include
class CHttpConnection : public CCoeStatic
{
public:
static CHttpConnection* Instan
www.eeworm.com/read/461827/7218903
cpp httpconnection.cpp
#include "HttpConnection.h"
TUid KUidHttpConnection = {0xA810717F};
CHttpConnection::CHttpConnection():CCoeStatic( KUidHttpConnection )
{
}
CHttpConnection* CHttpConnection::InstanceL()
{
www.eeworm.com/read/324159/13281884
h httpconnection.h
/*
* Copyright (C) 2001-2003 Jacek Sieka, j_s@telia.com
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as publ