代码搜索:httpclient

找到约 1,095 项符合「httpclient」的源代码

代码结果 1,095
www.eeworm.com/read/239202/4605279

java httpclient.java

/* * Copyright (c) 2000 David Flanagan. All rights reserved. * This code is from the book Java Examples in a Nutshell, 2nd Edition. * It is provided AS-IS, WITHOUT ANY WARRANTY either expressed or
www.eeworm.com/read/237518/4627398

java httpclient.java

/* * Copyright (c) 2000 David Flanagan. All rights reserved. * This code is from the book Java Examples in a Nutshell, 2nd Edition. * It is provided AS-IS, WITHOUT ANY WARRANTY either expressed or
www.eeworm.com/read/230755/4719322

java httpclient.java

/* * Copyright (c) 2000 David Flanagan. All rights reserved. * This code is from the book Java Examples in a Nutshell, 2nd Edition. * It is provided AS-IS, WITHOUT ANY WARRANTY either expressed or
www.eeworm.com/read/229434/4755966

java httpclient.java

import java.net.*; import java.io.*; public class HTTPClient { String host="www.javathinker.org"; int port=80; Socket socket; public void createSocket()throws Exception{ socket=
www.eeworm.com/read/224307/4805031

java httpclient.java

/* * Copyright (c) 2003, The Regents of the University of California, through * Lawrence Berkeley National Laboratory (subject to receipt of any required * approvals from the U.S. Dept. of Energy).
www.eeworm.com/read/217493/4868760

java httpclient.java

import java.io.*; import java.net.*; /** * 这个程序可以连接到一个网络服务器并且能够从这个服务器下载指定的URL。在 * 程序中直接使用HTTP协议 */ public class HttpClient { public static void main(String[] args) { try { // 测试参数
www.eeworm.com/read/212393/4936345

cpp httpclient.cpp

/* Module : HttpClient.cpp Purpose: Implementation for the CHttpClient class Created: PJN / 22-04-1999 History: None Copyright (c) 1999 - 2005 by PJ Naughter. (Web: www.naughter.com, Email: pj
www.eeworm.com/read/212393/4936346

h httpclient.h

/* Module : HttpClient.h Purpose: Defines the interface for the CHttpClient classes Created: PJN / 22-04-1999 Copyright (c) 1999 - 2005 by PJ Naughter. All rights reserved. Copyright / U
www.eeworm.com/read/206705/5004350

java httpclient.java

/** * Copyright 2005 Jdon.com * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of th
www.eeworm.com/read/205229/5024807

java httpclient.java

import java.io.*; import java.net.*; /** * 这个程序可以连接到一个网络服务器并且能够从这个服务器下载指定的URL。在 * 程序中直接使用HTTP协议 */ public class HttpClient { public static void main(String[] args) { try { // 测试参数