代码搜索:proxy
找到约 9,859 项符合「proxy」的源代码
代码结果 9,859
www.eeworm.com/read/100926/6264738
h http_request.h
// http_request.h,v 1.1 2000/04/27 23:43:18 jxh Exp
// There are two kinds of HTTP Requests in a proxy.
// One is the kind you have to read in from the HTTP client.
// The other is the kind you i
www.eeworm.com/read/100043/6275676
c ssl.c
/*
* $Id: ssl.c,v 1.92.2.3 1999/07/07 01:52:53 wessels Exp $
*
* DEBUG: section 26 Secure Sockets Layer Proxy
* AUTHOR: Duane Wessels
*
* SQUID Internet Object Cache http://squid.nlanr.net/
www.eeworm.com/read/149423/12378746
cs form1.cs
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
namespace Proxy
{
public class Form1 : System.Windo
www.eeworm.com/read/210671/15193901
cpp fig07_10.cpp
// Fig. 7.10: fig07_10.cpp
// Hiding a class抯 private data with a proxy class.
#include
using std::cout;
using std::endl;
#include "interface.h"
int main()
{
Interface i( 5
www.eeworm.com/read/480682/1315753
cpp classfactory_ps.cpp
/* ClassFactory_ps.cpp - IClassFactory proxy/stubs */
/* Copyright (c) 1999-2001 Wind River Systems, Inc. */
/*
modification history
--------------------
01b,31jul01,dbs fix p/s autoreg mechanism
0
www.eeworm.com/read/480145/1322508
cpp classfactory_ps.cpp
/* ClassFactory_ps.cpp - IClassFactory proxy/stubs */
/* Copyright (c) 1999-2001 Wind River Systems, Inc. */
/*
modification history
--------------------
01b,31jul01,dbs fix p/s autoreg mechanism
0
www.eeworm.com/read/480017/1323662
java cgliblazyinitializer.java
// $Id: CGLIBLazyInitializer.java 8476 2005-10-27 12:00:59Z oneovthafew $
package org.hibernate.proxy;
import java.io.Serializable;
import java.lang.reflect.InvocationTargetException;
import jav
www.eeworm.com/read/451586/1660402
java dnshandler.java
package rabbit.proxy;
import java.net.InetAddress;
import java.net.URL;
import java.net.UnknownHostException;
import rabbit.util.Logger;
import rabbit.util.SProperties;
/** A DNS handler.
* @autho
www.eeworm.com/read/451586/1660412
java tunnel.java
package rabbit.proxy;
import java.io.IOException;
import java.nio.ByteBuffer;
import java.nio.channels.SelectionKey;
import java.nio.channels.Selector;
import java.nio.channels.SocketChannel;
import
www.eeworm.com/read/451586/1660414
java webconnectionresourcesource.java
package rabbit.proxy;
import java.io.IOException;
import java.nio.ByteBuffer;
import java.nio.channels.Selector;
import java.nio.channels.SelectionKey;
import java.nio.channels.SocketChannel;
import