org.eclipse.jetty.http.spi
Interface JettyExchange

All Known Implementing Classes:
JettyHttpExchange, JettyHttpsExchange

public interface JettyExchange


Method Summary
 com.sun.net.httpserver.HttpPrincipal getPrincipal()
           
 void setPrincipal(com.sun.net.httpserver.HttpPrincipal principal)
           
 

Method Detail

getPrincipal

com.sun.net.httpserver.HttpPrincipal getPrincipal()

setPrincipal

void setPrincipal(com.sun.net.httpserver.HttpPrincipal principal)


Copyright © 1995-2012 Mort Bay Consulting. All Rights Reserved.