We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e7cc108 + d145b01 commit c10f7bbCopy full SHA for c10f7bb
README.md
@@ -145,7 +145,7 @@ You can access transports and their HTTP headers as follows.
145
146
```java
147
// Called upon transport creation.
148
-socket.io().on(Manager.EVENT_TRANSPORT, new Emitter.listener() {
+socket.io().on(Manager.EVENT_TRANSPORT, new Emitter.Listener() {
149
@Override
150
public void call(Object... args) {
151
Transport transport = (Transport)args[0];
0 commit comments