代码搜索:proxy
找到约 9,859 项符合「proxy」的源代码
代码结果 9,859
www.eeworm.com/read/377813/2696044
java filestub.java
/*
* Created on 2007-12-27
*
* TODO To change the template for this generated file go to
* Window - Preferences - Java - Code Style - Code Templates
*/
package nl.griffelservices.proxy.stub
www.eeworm.com/read/366180/2892869
h ksproxy.h
/*++
Copyright (C) Microsoft Corporation, 1996 - 1999
Module Name:
ksproxy.h
Abstract:
Interface definitions for WDM-CSA proxy filters.
--*/
#ifndef __KSPROXY__
#define _
www.eeworm.com/read/364489/2903584
hpp protectedaccount.hpp
// ProtectedAccount.hpp
//
// Account proxy with access control
//
// (C) Datasim Education BV 2002
#ifndef ProtectedAccount_hpp
#define ProtectedAccount_hpp
#include "RealAccount.hpp"
#in
www.eeworm.com/read/364489/2903588
cpp testproxy.cpp
// testProxy.cpp
//
// Program to test Proxy
#include "ProtectedAccount.hpp"
#include
void main()
{
// Create accounts
Account* account1=new ProtectedAccount(100.0, "passwor
www.eeworm.com/read/360066/2969965
java authorizationcheck.java
/*
* Created on 2005-6-28
*
* To change the template for this generated file go to
* Window - Preferences - Java - Code Generation - Code and Comments
*/
package com.nari.pmos.proxy.common;
www.eeworm.com/read/360066/2969968
java applicationexception.java
/*
* Created on 2005-6-28
*
* To change the template for this generated file go to
* Window - Preferences - Java - Code Generation - Code and Comments
*/
package com.nari.pmos.proxy.common;
www.eeworm.com/read/351777/3098977
c smb_auth.c
/*
* smb_auth - SMB proxy authentication module
* Copyright (C) 1998 Richard Huveneers
*
* This program is free software; you can redistribute it and/or modify
*
www.eeworm.com/read/255418/4375795
java personbeanimpl.java
package headfirst.proxy.javaproxy;
public class PersonBeanImpl implements PersonBean {
String name;
String gender;
String interests;
int rating;
int ratingCount = 0;
public String getName()
www.eeworm.com/read/255418/4375806
java state.java
package headfirst.proxy.gumballmonitor;
import java.io.*;
public interface State extends Serializable {
public void insertQuarter();
public void ejectQuarter();
public void turnCrank();
public
www.eeworm.com/read/255418/4375807
java hasquarterstate.java
package headfirst.proxy.gumballmonitor;
import java.util.Random;
public class HasQuarterState implements State {
Random randomWinner = new Random(System.currentTimeMillis());
GumballMachine gumba