org.apache.xmlrpc.webserver
Class WebServer.AddressMatcher

java.lang.Object
  extended by org.apache.xmlrpc.webserver.WebServer.AddressMatcher
Enclosing class:
WebServer

private class WebServer.AddressMatcher
extends java.lang.Object


Field Summary
private  int[] pattern
           
 
Constructor Summary
WebServer.AddressMatcher(java.lang.String pAddress)
           
 
Method Summary
(package private)  boolean matches(byte[] pAddress)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pattern

private final int[] pattern
Constructor Detail

WebServer.AddressMatcher

WebServer.AddressMatcher(java.lang.String pAddress)
Method Detail

matches

boolean matches(byte[] pAddress)