代码搜索:proxy

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

代码结果 9,859
www.eeworm.com/read/351777/3098976

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/265319/4283286

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/265319/4283383

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/265319/4283924

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/265319/4283934

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/261925/4319222

py test_smtpproxy.py

#! /usr/bin/env python """Test that the SMTP proxy is working correctly. The -t option runs a fake SMTP server on port 8025. This is the same server that the testing option uses, and may be separat
www.eeworm.com/read/261624/4320236

java imethodinterceptor.java

package com.easyjf.aop; import java.lang.reflect.Method; /** * 测试 * @author stef_wu * */ public interface IMethodInterceptor { Object interceptBefore(Object proxy, Method method, Object
www.eeworm.com/read/259525/4342764

merit dictionary.merit

# # Experimental extensions, configuration only (for check-items) # Names/numbers as per the MERIT extensions (if possible). # ATTRIBUTE NAS-Identifier 32 string ATTRIBUTE Proxy-State 33 string ATTR
www.eeworm.com/read/255418/4375816

java gumballmonitortestdrive.java

package headfirst.proxy.gumball; import java.rmi.*; public class GumballMonitorTestDrive { public static void main(String[] args) { String[] location = {"rmi://santafe.mightygumball.com/gumbal
www.eeworm.com/read/255418/4375817

java state.java

package headfirst.proxy.gumball; import java.io.*; public interface State extends Serializable { public void insertQuarter(); public void ejectQuarter(); public void turnCrank(); public void d