代码搜索:httpclient
找到约 1,095 项符合「httpclient」的源代码
代码结果 1,095
www.eeworm.com/read/10764/189076
java httpclient.java
/*
* Copyright 2008 Netflix, Inc.
*
* 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 co
www.eeworm.com/read/488675/1227450
java httpclient.java
/*
* Fire (Flexible Interface Rendering Engine) is a set of graphics widgets for creating GUIs for j2me applications.
* Copyright (C) 2006-2008 Bluevibe (www.bluevibe.net)
* This library is free s
www.eeworm.com/read/481108/1299824
java httpclient.java
// ========================================================================
// Copyright 2006-2007 Mort Bay Consulting Pty. Ltd.
// --------------------------------------------------------------------
www.eeworm.com/read/475888/1378233
java httpclient.java
/*
* @(#)HttpClient.java 1.124 06/10/10
*
* Copyright 1990-2008 Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER
*
* This progra
www.eeworm.com/read/470023/1478143
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/469052/1482547
java httpclient.java
package com.anthonyeden.jnm.util;
import java.net.URL;
import java.util.Map;
import java.util.Iterator;
import java.util.Collections;
public class HttpClient extends TCPClient{
public St
www.eeworm.com/read/462187/1547586
java httpclient.java
/*
* k5nCal - Java Swing Desktop Calendar App
* Copyright (C) 2005-2007 Craig Knudsen, craig@k5n.us
*
* This program is free software; you can redistribute it and/or modify
* it under the terms o
www.eeworm.com/read/458562/1585703
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/457128/1600220
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/453704/1637920
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代码