org.red5.server.net.rtsp.filter.ipaddress
Interface IpAddressProvider

All Known Implementing Classes:
PlainTextIpAddressProvider

public interface IpAddressProvider

Author:
Matteo Merli (matteo.merli@gmail.com)

Method Summary
 void init()
           
 boolean isBlocked(InetAddress address)
           
 void shutdown()
           
 

Method Detail

init

void init()
          throws Exception
Throws:
Exception

shutdown

void shutdown()
              throws Exception
Throws:
Exception

isBlocked

boolean isBlocked(InetAddress address)


Copyright © 2006-2009 The Red5 Project