代码搜索:handler

找到约 10,000 项符合「handler」的源代码

代码结果 10,000
www.eeworm.com/read/119340/6089851

java handler.java

/* * File : Handler.java * Created : 19-Jan-2004 * By : parg * * Azureus - a Java Bittorrent client * * This program is free software; you can redistribute it and/or modify *
www.eeworm.com/read/119340/6089853

java handler.java

/* * File : Handler.java * Created : 19-Jan-2004 * By : parg * * Azureus - a Java Bittorrent client * * This program is free software; you can redistribute it and/or modify *
www.eeworm.com/read/117227/6105452

java handler.java

/* * Handler.java - Jext plugin list URL protocol handler * Copyright (C) 1999 Slava Pestov * * This program is free software; you can redistribute it and/or * modify it under the terms of the GN
www.eeworm.com/read/116006/6115008

cpp handler.cpp

// // Copyright (c) Microsoft Corporation. All rights reserved. // // // This source code is licensed under Microsoft Shared Source License // Version 1.0 for Windows CE. // For a copy of the l
www.eeworm.com/read/116006/6115623

cpp handler.cpp

// // Copyright (c) Microsoft Corporation. All rights reserved. // // // This source code is licensed under Microsoft Shared Source License // Version 1.0 for Windows CE. // For a copy of the l
www.eeworm.com/read/114609/6123742

java handler.java

// Handler.java // $Id: Handler.java,v 1.4 2000/08/16 21:38:02 ylafon Exp $ // (c) COPYRIGHT MIT and INRIA, 1996. // Please first read the full copyright statement in file COPYRIGHT.html package org.
www.eeworm.com/read/111038/6160142

java handler.java

/* * @(#)Handler.java 0.3-3 18/06/1999 * * This file is part of the HTTPClient.http package * Copyright (C) 1996-2001 Ronald Tschal鋜 * * This library is free software; you can redistribu
www.eeworm.com/read/111038/6160143

java handler.java

/* * @(#)Handler.java 0.3-3 18/06/1999 * * This file is part of the HTTPClient.https package * Copyright (C) 1996-2001 Ronald Tschal鋜 * * This library is free software; you can redistrib
www.eeworm.com/read/108102/6186536

java handler.java

package com.javapatterns.chainofresp; public abstract class Handler { protected Handler successor; public abstract void handleRequest(); public void setSuccessor(Handler success
www.eeworm.com/read/104511/6204534

java handler.java

package com.enterprisej2me.HttpConnections; import javax.microedition.io.*; public interface Handler { // Add headers to c public void prepareHeaders (HttpConnection c) throws Exception; //