mirror of https://github.com/apache/activemq.git
apply patch from AMQ-1098
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@728687 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e6a560d960
commit
14a98e7958
|
@ -35,6 +35,10 @@ public class HttpsTransportFactory extends HttpTransportFactory {
|
|||
public TransportServer doBind(String brokerId, URI location) throws IOException {
|
||||
return new HttpsTransportServer(location);
|
||||
}
|
||||
|
||||
public TransportServer doBind(URI location) throws IOException {
|
||||
return new HttpsTransportServer(location);
|
||||
}
|
||||
|
||||
protected Transport createTransport(URI location, WireFormat wf) throws MalformedURLException {
|
||||
return new HttpsClientTransport(asTextWireFormat(wf), location);
|
||||
|
|
Loading…
Reference in New Issue