代码搜索:proxy
找到约 9,859 项符合「proxy」的源代码
代码结果 9,859
www.eeworm.com/read/449675/1674984
java abstractlazyinitializer.java
package org.hibernate.proxy;
import java.io.Serializable;
import org.hibernate.HibernateException;
import org.hibernate.LazyInitializationException;
import org.hibernate.ObjectNotFoundException;
imp
www.eeworm.com/read/447433/1704311
h ksproxy.h
/*++
Copyright (c) Microsoft Corporation. All rights reserved.
Module Name:
ksproxy.h
Abstract:
Interface definitions for WDM-CSA proxy filters.
--*/
#ifndef __KSPROXY__
www.eeworm.com/read/445791/1718150
java helloserviceproxy.java
package proxy1;
import java.util.Date;
public class HelloServiceProxy implements HelloService{
private String host;
private int port;
public HelloServiceProxy(String host,int port){
www.eeworm.com/read/439112/1811055
nasl http_trace.nasl
#
# (C) 2002 Michel Arboi
#
# HTTP/1.1 is defined by RFC 2068
#
# Check for proxy on the way (transparent or reverse?!)
#
if(description)
{
script_id(11040);
script_version ("
www.eeworm.com/read/438288/1826306
c testrunnerdsplugin_p.c
/* this ALWAYS GENERATED file contains the proxy stub code */
/* File created by MIDL compiler version 5.01.0164 */
/* at Thu Feb 26 10:19:50 2009
*/
/* Compiler settings for D:\cppunit-1.12.
www.eeworm.com/read/434177/1874189
h htproxy.h
/*
W3C Sample Code Library libwww Proxies and Gateways
!
Proxy and gateway Manager
!
*/
/*
** (c) COPYRIGHT MIT 1995.
** Please first read the full copyright statement in the file COPYRIG
www.eeworm.com/read/434035/1874888
c win32sudokuengine_p.c
/* this ALWAYS GENERATED file contains the proxy stub code */
/* File created by MIDL compiler version 6.00.0366 */
/* at Tue Aug 26 11:38:41 2008
*/
/* Compiler settings for .\Win32Sudo
www.eeworm.com/read/429836/1945333
java dateservice.java
/**
* DateService - Class invoked via the Web service adapter and proxy.
* It returns the date & time
*/
package Jt.examples;
import java.util.*;
import Jt.*;
public class DateService
www.eeworm.com/read/427703/1967905
java helloserviceproxy.java
package proxy1;
import java.util.Date;
public class HelloServiceProxy implements HelloService{
private String host;
private int port;
public HelloServiceProxy(String host,int port){
www.eeworm.com/read/427112/1974650
java compositeinvocationhandler.java
package com.sun.corba.se.spi.orbutil.proxy ;
import java.io.Serializable ;
import java.lang.reflect.InvocationHandler ;
public interface CompositeInvocationHandler extends InvocationHandler,
Ser