代码搜索:proxy
找到约 9,859 项符合「proxy」的源代码
代码结果 9,859
www.eeworm.com/read/324606/3499716
c proxyarplib.c
/* proxyArpLib.c - proxy Address Resolution Protocol (ARP) library */
/* Copyright 1984-1992 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
01h,0
www.eeworm.com/read/311450/3680407
java base.java
/*
* This one's proxy for all static (system) methods, like options, fs and so on
*
*/
package inline.sys;
import java.util.*;
import java.io.*;
import javax.microedition.midlet.*;
impo
www.eeworm.com/read/306884/3731572
java proxyfactory.java
/*
* Created on 2007-3-7
* Last modified on 2007-3-7
* Powered by YeQiangWei.com
*/
package com.yeqiangwei.club.service.proxy;
public class ProxyFactory {
public static ProxyInt
www.eeworm.com/read/306677/3735084
cpp quote3.cpp
#include "soapQuoteProxy.h" // get proxy
#include "Quote.nsmap" // get namespace bindings
using namespace std;
class Stock : public Quote // Quote is the name of the service (see quote3.h and Quote
www.eeworm.com/read/303410/3813821
c myrandplottest_idl_p.c
/* this ALWAYS GENERATED file contains the proxy stub code */
/* File created by MIDL compiler version 5.01.0164 */
/* at Tue Nov 15 09:20:13 2005
*/
/* Compiler settings for C:/MATLAB6p5/wor
www.eeworm.com/read/296895/3897712
java proxyfactory.java
package proxy1;
import java.lang.reflect.*;
public class ProxyFactory {
public static Object getProxy(final Class classType,final String host,final int port){
InvocationHandler handler=new I
www.eeworm.com/read/290309/3979971
java proxyfactory.java
package proxy1;
import java.lang.reflect.*;
public class ProxyFactory {
public static Object getProxy(final Class classType,final String host,final int port){
InvocationHandler handler=new I
www.eeworm.com/read/288894/4001817
java serializableproxy.java
package org.hibernate.proxy.pojo.javassist;
import java.io.Serializable;
import java.lang.reflect.Method;
import org.hibernate.HibernateException;
import org.hibernate.type.AbstractComponentTy
www.eeworm.com/read/288894/4002691
java proxyhelper.java
package org.hibernate.test.dynamicentity;
import java.io.Serializable;
import java.lang.reflect.Proxy;
import java.lang.reflect.InvocationHandler;
/**
* @author
www.eeworm.com/read/288894/4002710
java container.java
package org.hibernate.test.proxy;
import java.util.Set;
import java.util.HashSet;
import java.io.Serializable;
/**
* @author Steve Ebersole
*/
public class Container implements Serializab