代码搜索:handler
找到约 10,000 项符合「handler」的源代码
代码结果 10,000
www.eeworm.com/read/101075/6254139
java handler.java
/*
* Copyright (c) 2001 Sun Microsystems, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the foll
www.eeworm.com/read/101075/6254902
java handler.java
/*
* Copyright (c) 2001 Sun Microsystems, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the foll
www.eeworm.com/read/101075/6254933
java handler.java
/*
* Copyright (c) 2001 Sun Microsystems, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the foll
www.eeworm.com/read/101075/6254964
java handler.java
/*
* Copyright (c) 2001 Sun Microsystems, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the foll
www.eeworm.com/read/100926/6263978
h handler.h
// handler.h,v 1.10 2000/03/19 20:09:20 jcej Exp
#ifndef LOGGING_HANDLER_H
#define LOGGING_HANDLER_H
#include "ace/INET_Addr.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /*
www.eeworm.com/read/100926/6264069
h handler.h
// Handler.h,v 1.4 1999/02/01 00:19:29 schmidt Exp
#ifndef HANDLER_H
#define HANDLER_H
#include "ace/Svc_Handler.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_P
www.eeworm.com/read/100926/6264070
cpp handler.cpp
// Handler.cpp,v 1.5 2000/03/19 20:09:28 jcej Exp
#include "Handler.h"
#include "Protocol_Task.h"
/* The Protocol_Stream gives us the option to insert a Protocol_Task
to process data rece
www.eeworm.com/read/100480/6269112
java handler.java
/*
* Handler.java - jEdit 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 G
www.eeworm.com/read/489715/6469076
class handler.class
www.eeworm.com/read/486925/6520839
java handler.java
package com.javapatterns.chainofresp;
public abstract class Handler
{
/**
* @link aggregation
* @supplierCardinality 0..1
*/
protected Handler successor;
public