File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1010 <arguments >
1111 </arguments >
1212 </buildCommand >
13+ <buildCommand >
14+ <name >org.eclipse.ui.externaltools.ExternalToolBuilder</name >
15+ <triggers >full,incremental,</triggers >
16+ <arguments >
17+ <dictionary >
18+ <key >LaunchConfigHandle</key >
19+ <value >< project> /.externalToolBuilders/io.socket.launch</value >
20+ </dictionary >
21+ </arguments >
22+ </buildCommand >
1323 </buildSpec >
1424 <natures >
1525 <nature >org.eclipse.jdt.core.javanature</nature >
Original file line number Diff line number Diff line change 2020
2121public class WebsocketTransport extends WebSocketClient implements IOTransport {
2222 private final static Pattern PATTERN_HTTP = Pattern .compile ("^http" );
23- public static final Object TRANSPORT_NAME = "websocket" ;
23+ public static final String TRANSPORT_NAME = "websocket" ;
2424
2525 public static IOTransport create (URL url , IOConnection connection ) {
2626 URI uri = URI .create (
You can’t perform that action at this time.
0 commit comments