git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@998554
13f79535-47bb-0310-9956-
ffa450edef68
return newPath;
}
- public String defaultIfNull(String val, String defaultValue) {
- if (val==null) return defaultValue;
- return val;
- }
-
protected abstract Log getLog();
public abstract boolean getUseSendfile();
}
}
- public void wakeup() {
- selector.wakeup();
- }
-
/**
* Add specified socket and associated pool to the poller. The socket will
* be added to a temporary array, and polled first after a maximum amount