代码搜索:httpclient
找到约 1,095 项符合「httpclient」的源代码
代码结果 1,095
www.eeworm.com/read/413348/2162240
java httpclient.java
package com.bean;
/**
* HttpClient.java
*/
import java.io.*;
import java.net.*;
import java.util.*;
import org.dom4j.Document;
import org.dom4j.DocumentException;
import org.dom4j.DocumentHelpe
www.eeworm.com/read/404236/2305055
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/389693/2539894
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/381869/2639925
java httpclient.java
import java.net.*;
import java.io.*;
import java.awt.*;
import java.util.Properties;
import java.util.Enumeration;
public class HTTPClient{
protected Socket client;
protected BufferedOutput
www.eeworm.com/read/378584/2684487
java httpclient.java
/**
* Copyright 2003-2006 the original author or authors.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
*
www.eeworm.com/read/377940/2694862
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/377813/2696048
java httpclient.java
/*
* The contents of this file are subject to the Mozilla Public License Version 1.1
* (the "License"); you may not use this file except in compliance with the
* License. You may obtain a copy o
www.eeworm.com/read/375427/2724578
java httpclient.java
// MyStreamSocket is a Java class presented in Chapter 4.
// import MyStreamSocket;
import java.net.*;
import java.io.*;
public class HTTPClient {
// An application which communicates with a
www.eeworm.com/read/373880/2757373
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/367917/2829193
java httpclient.java
/*
* $Id: HttpClient.java,v 1.4 2003/11/13 04:19:31 ajzeneski Exp $
*
* Copyright (c) 2001, 2002 The Open For Business Project - www.ofbiz.org
*
* Permission is hereby granted, free of cha