代码搜索:proxy
找到约 9,859 项符合「proxy」的源代码
代码结果 9,859
www.eeworm.com/read/213187/15141158
txt 13.txt
例程13-1
01 import com.ibm.uddi.*;
02 import com.ibm.uddi.datatype.business.*;
03 import com.ibm.uddi.response.*;
04 import com.ibm.uddi.client.*;
05 import org.w3c.dom.Element;
06 import java.uti
www.eeworm.com/read/213187/15141160
java findbusinessexample.java
/*
* The source code contained herein is licensed under the IBM Public License
* Version 1.0, which has been approved by the Open Source Initiative.
* Copyright (C) 2001, International Busine
www.eeworm.com/read/212795/15148976
int auhttpproxyeditor.int
{*******************************************************************************
AutoUpgrader Professional
FILE: auHTTPProxyEditor.pas - property editor for Proxy structure of the
www.eeworm.com/read/212795/15149070
cnt autoupgraderpro.cnt
:BASE AutoUpgraderPro.hlp
1 Components Overview=Overview@AutoUpgraderPro.hlp
1 Installation Instructions=InstallationInstructions@AutoUpgraderPro.hlp
1 Registration Information=RegistrationInformat
www.eeworm.com/read/210307/15202052
java eventtracer.java
/**
@version 1.31 2004-05-10
@author Cay Horstmann
*/
import java.awt.*;
import java.awt.event.*;
import java.beans.*;
import java.lang.reflect.*;
public class EventTracer
{
pub
www.eeworm.com/read/207890/15258223
def ex37cps.def
LIBRARY "ex37cPS"
DESCRIPTION 'Proxy/Stub DLL'
EXPORTS
DllGetClassObject @1 PRIVATE
DllCanUnloadNow @2 PRIVATE
GetProxyDllInfo @3 PRIVATE
DllRegisterServer
www.eeworm.com/read/205811/15306622
java mousedownlistener.java
package events;
public class MouseDownListener {
EventSourceProxy _proxy;
IJMouseDownListener _listener;
public MouseDownListener(int handleEventSource) {
_proxy = EventSourceProxy.get(
www.eeworm.com/read/171692/5392174
java proxyutilities.java
package gov.nist.sip.proxy;
import java.util.*;
import javax.sip.*;
import javax.sip.message.*;
import javax.sip.header.*;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmExc
www.eeworm.com/read/171692/5392202
java authentication.java
/*
* Authentication.java
*
* Created on July 15, 2002, 11:08 AM
*/
package gov.nist.sip.proxy.authentication;
import gov.nist.sip.proxy.*;
import javax.sip.*;
import javax.sip.message.*;
import
www.eeworm.com/read/171692/5392211
java registraraccess.java
/** An interface to fetch the registry contents as an XML formatted string
* from the proxy.
*/
package gov.nist.sip.proxy.registrar;
import java.rmi.Remote;
import java.rmi.RemoteException;
import j