代码搜索:URLConnection
找到约 442 项符合「URLConnection」的源代码
代码结果 442
www.eeworm.com/read/128604/5981383
java handler.java
// Handler.java - URLStreamHandler for core protocol.
/* Copyright (C) 2001 Free Software Foundation
This file is part of libgcj.
This software is copyrighted work licensed under the terms of t
www.eeworm.com/read/119340/6089852
java udpurlconnection.java
/*
* File : UDPURLConnection.java
* Created : 19-Jan-2004
* By : parg
*
* Azureus - a Java Bittorrent client
*
* This program is free software; you can redistribute it and/or mo
www.eeworm.com/read/113184/6134731
java jetspeedsitesession.java
/*
* Copyright 2000-2004 The Apache Software Foundation.
*
* 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/127767/14337388
txt e140. getting the response headers from an http connection.txt
try {
// Create a URLConnection object for a URL
URL url = new URL("http://hostname:80");
URLConnection conn = url.openConnection();
// List all the response
www.eeworm.com/read/127767/14337972
txt e142. sending a cookie to an http server.txt
try {
// Create a URLConnection object for a URL
URL url = new URL("http://hostname:80");
URLConnection conn = url.openConnection();
// Set the cookie value t
www.eeworm.com/read/162614/5536730
java handler.java
// Handler.java - URLStreamHandler for gcjlib protocol.
/* Copyright (C) 2003 Free Software Foundation
This file is part of libgcj.
This software is copyrighted work licensed under the terms of
www.eeworm.com/read/162614/5536734
java handler.java
// Handler.java - URLStreamHandler for core protocol.
/* Copyright (C) 2001 Free Software Foundation
This file is part of libgcj.
This software is copyrighted work licensed under the terms of t
www.eeworm.com/read/162519/5546262
java handler.java
// Handler.java - URLStreamHandler for gcjlib protocol.
/* Copyright (C) 2003 Free Software Foundation
This file is part of libgcj.
This software is copyrighted work licensed under the terms of
www.eeworm.com/read/162519/5546266
java handler.java
// Handler.java - URLStreamHandler for core protocol.
/* Copyright (C) 2001 Free Software Foundation
This file is part of libgcj.
This software is copyrighted work licensed under the terms of t
www.eeworm.com/read/192659/8367744
java appleturlread.java
import java.awt.*;
import java.applet.*;
import java.net.*;
import java.io.*;
// *********** 应将此文件编译后分布到3W服务器中 ********************
//方法一:利用URL类、URLConnection类并以二进制格式方式读取文件
public class AppletU