代码搜索:proxy

找到约 9,859 项符合「proxy」的源代码

代码结果 9,859
www.eeworm.com/read/451586/1660410

java linelistener.java

package rabbit.proxy; import java.io.IOException; /** An event handler for lines of text. * * @author Robert Olofsson */ public interface LineListener {
www.eeworm.com/read/451586/1660421

java simpletrafficlogger.java

package rabbit.proxy; import rabbit.util.TrafficLogger; /** A class to track of data flows. * * @author Robert Olofsson */ public class SimpleTrafficLogge
www.eeworm.com/read/451586/1660440

java htmlpage.java

package rabbit.proxy; import rabbit.util.SProperties; /** This class is intended to be used as a template for metapages. * It provides methods to get different part of the HTML-page so * we can
www.eeworm.com/read/451220/1664218

cs maplazyinitializer.cs

using System; using System.Collections; using NHibernate.Engine; namespace NHibernate.Proxy.Map { /// Lazy initializer for "dynamic-map" entity representations. [Seriali
www.eeworm.com/read/250753/4427186

java imservice.java

// IMService.java // IMService interface defines the methods // through which the service proxy // communicates with the service. package com.deitel.advjhtp1.jini.IM.service; // Java core packa
www.eeworm.com/read/250753/4427283

java dynamicservicefinder.java

// DynamicServiceFinder.java // This class discovers lookup services and // gets dynamic service proxy. package com.deitel.advjhtp1.jiro.DynamicService.common; // Java core packages import java
www.eeworm.com/read/247207/4485870

sh smb_auth.sh

#!/bin/sh # # 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/236768/4638381

c dualfocus_p.c

/* this ALWAYS GENERATED file contains the proxy stub code */ /* File created by MIDL compiler version 5.01.0164 */ /* at Fri Apr 11 16:21:04 2003 */ /* Compiler settings for S:\pic\focus\foc
www.eeworm.com/read/232130/4704698

c idescr~1.c

/* this ALWAYS GENERATED file contains the proxy stub code */ /* File created by MIDL compiler version 2.00.0102 */ /* at Tue May 21 15:05:31 1996 */ //@@MIDL_FILE_HEADING( ) #include "rp
www.eeworm.com/read/229434/4755957

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){