代码搜索:proxy
找到约 9,859 项符合「proxy」的源代码
代码结果 9,859
www.eeworm.com/read/382594/2634256
h http_response.h
// http_response.h,v 1.1 2000/04/27 23:43:18 jxh Exp
// There are two kinds of HTTP Responses in a proxy.
// One is the kind you have to read in from the HTTP server.
// The other is the kind you
www.eeworm.com/read/374458/2751823
java proxypackageimpl.java
/**
*
*
*
* $Id: ProxyPackageImpl.java 1 2006-06-12 17:37:42Z sxp $
*/
package edu.tsinghua.lumaqq.ecore.proxy.impl;
import edu.tsinghua.lumaqq.ecore.EcorePackag
www.eeworm.com/read/360971/2955101
cpp fig17_10.cpp
// Fig. 17.10: fig17_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(
www.eeworm.com/read/358714/2984455
sh test.sh
#!/bin/sh
HTTP="localhost:8080"
CLIENT_PORT="9020"
SERVER_PORT="9021"
sub_test ()
{
echo "STARTING - $VER $CIPHER"
./tunala -listen localhost:$CLIENT_PORT -proxy localhost:$SERVER_PORT \
-cacert
www.eeworm.com/read/358128/2999809
pm proxyserver.pm
# $Header: /home/timbo/dbi/lib/DBI/RCS/ProxyServer.pm,v 11.9 2003/05/14 11:08:17 timbo Exp $
# -*- perl -*-
#
# DBI::ProxyServer - a proxy server for DBI drivers
#
# Copyright (c) 1997 Jochen Wie
www.eeworm.com/read/351777/3098981
c ncsa_auth.c
/*
* ncsa_auth.c
*
* AUTHOR: Arjan de Vet
*
* Example authentication program for Squid, based on the original
* proxy_auth code from client_side.c, written by
* Jon Tha
www.eeworm.com/read/264106/4291176
java classutilstests.java
package org.springframework.util;
import java.io.Serializable;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import java.lang.reflect.Proxy;
import java.u
www.eeworm.com/read/259229/4345235
hx main.hx
package tools.haxelib;
enum Answer {
Yes;
No;
Always;
}
class SiteProxy extends haxe.remoting.Proxy {
}
class Progress extends neko.io.Output {
var o : neko.io.Output;
www.eeworm.com/read/259229/4345240
35 .#main.hx.1.35
package tools.haxelib;
enum Answer {
Yes;
No;
Always;
}
class SiteProxy extends haxe.remoting.Proxy {
}
class Progress extends neko.io.Output {
var o : neko.io.Output;
www.eeworm.com/read/253191/4399610
java surveyservlet.java
// SurveyServlet.java
// A Web-based survey that invokes the Vote Web service
// from a servlet.
package com.deitel.jws1.jaxrpc.client.proxy;
// Java core packages
import java.io.*;
import ja