代码搜索:handler
找到约 10,000 项符合「handler」的源代码
代码结果 10,000
www.eeworm.com/read/324230/3505026
java handler.java
package net;
import java.nio.channels.*;
import java.nio.*;
import java.io.*;
import java.util.*;
/**
* 通信处理器,负责对一个客户的收发进行管理
* 他在反应器Reactor 接收accept到一个连接时,产生一个此类的实例
*
* 此包中的
www.eeworm.com/read/323587/3512889
java handler.java
/*
* Copyright (c) 2005, John Mettraux, OpenWFE.org
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the
www.eeworm.com/read/323587/3513179
java handler.java
/*
* Copyright (c) 2005, John Mettraux, OpenWFE.org
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the
www.eeworm.com/read/318815/3562436
java handler.java
package com.javapatterns.chainofresp;
public abstract class Handler
{
/**
* @link aggregation
* @supplierCardinality 0..1
*/
protected Handler successor;
public
www.eeworm.com/read/316872/3606338
c handler.c
/*
* net/tipc/handler.c: TIPC signal handling
*
* Copyright (c) 2000-2006, Ericsson AB
* Copyright (c) 2005, Wind River Systems
* All rights reserved.
*
* Redistribution and use in source and b
www.eeworm.com/read/314938/3628171
java handler.java
package com.javapatterns.chainofresp;
public abstract class Handler
{
/**
* @link aggregation
* @supplierCardinality 0..1
*/
protected Handler successor;
public
www.eeworm.com/read/313775/3641650
hpp handler.hpp
#ifndef _HFDP_CPP_CHAIN_OF_RESPONSIBILITY_GUMBALL_EMAIL_HANDLER_HANDLER_HPP_
#define _HFDP_CPP_CHAIN_OF_RESPONSIBILITY_GUMBALL_EMAIL_HANDLER_HANDLER_HPP_
namespace HeadFirstDesignPatterns {
namespace
www.eeworm.com/read/312645/3653726
h handler.h
/* =================================================================
*
* handler.h
*
* Improved HTTPD server.
*
* ================================================================
www.eeworm.com/read/312645/3653737
c handler.c
/* =================================================================
*
* handler.c
*
* C callbacks as well as directory listings.
*
* ============================================
www.eeworm.com/read/307462/3722838
java handler.java
/* RsyncProtocolHandler.java
*
* $Id: Handler.java,v 1.3 2005/08/17 23:36:53 stack-sf Exp $
*
* Created Jul 15, 2005
*
* Copyright (C) 2005 Internet Archive.
*
* This file is part of the Herit