代码搜索:httpclient
找到约 1,095 项符合「httpclient」的源代码
代码结果 1,095
www.eeworm.com/read/174990/5352608
java httpclient.java
/*
* $Id: HttpClient.java 6532 2006-01-20 06:44:07Z jonesde $
*
* Copyright (c) 2001-2005 The Open For Business Project - www.ofbiz.org
*
* Permission is hereby granted, free of charge, to any
www.eeworm.com/read/172133/5390145
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/172133/5390146
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/169753/5411403
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/163169/5511339
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/347831/3162212
java httpclient.java
package book.net.http;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.net.HttpURLConnection;
import java.net.URL;
/**
* 访问HTTP的客户端。将网页的内容显示在控制台中。这里得到的是一堆HTML代码
www.eeworm.com/read/345154/3201823
java httpclient.java
package book.net.http;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.net.HttpURLConnection;
import java.net.URL;
/**
* 访问HTTP的客户端。将网页的内容显示在控制台中。这里得到的是一堆HTML代码
www.eeworm.com/read/340973/3263197
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/335724/3356499
java httpclient.java
package book.net.http;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.net.HttpURLConnection;
import java.net.URL;
/**
* 访问HTTP的客户端。将网页的内容显示在控制台中。这里得到的是一堆HTML代码
www.eeworm.com/read/333544/3385063
java httpclient.java
/*
* Copyright 2007 The JA-SIG Collaborative. All rights reserved. See license
* distributed with this file and available online at
* http://www.uportal.org/license.html
*/
package org.jasig.cas.u